Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JPLTedCas
/
TedCasSpeechRecognition
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JPLTedCas
commited on
Sep 19, 2022
Commit
7b51de0
·
1 Parent(s):
4b26181
Update app.py
Browse files
Parece que HF no deja poner contraseñas
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -42,5 +42,5 @@ demo=gr.Interface(
42
],
43
#live=True).launch()
44
)
45
-
#
demo.launch()
46
-
demo.launch(auth=("TedCas", "Kike1234"))
42
],
43
#live=True).launch()
44
)
45
+
demo.launch()
46
+
#
demo.launch(auth=("TedCas", "Kike1234"))