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
Feb 28, 2023
Commit
10dc6aa
·
1 Parent(s):
198f793
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
41
).launch()
42
37
allow_flagging=True,
38
flagging_dir="flagged",
39
enable_queue=True
40
+
41
42
).launch()
43