Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gcapde
/
Prueba_taller
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gcapde
commited on
Aug 2, 2023
Commit
b5af76f
·
1 Parent(s):
e32d152
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,5 +9,5 @@ gr.Interface(
9
"text",
10
"text",
11
title="Taller de HF",
12
-
allow_flagging=
True
13
).launch()
9
"text",
10
"text",
11
title="Taller de HF",
12
+
allow_flagging=
'manual'
13
).launch()