Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Evelyn18
/
space-becas
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Evelyn18
commited on
Dec 8, 2022
Commit
198f793
·
1 Parent(s):
cb4d599
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -37,6 +37,7 @@ gr.Interface.load(
37
allow_flagging=True,
38
flagging_dir="flagged",
39
enable_queue=True
40
).launch()
41
42
37
allow_flagging=True,
38
flagging_dir="flagged",
39
enable_queue=True
40
+
41
).launch()
42
43