Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eradhea
/
chat_voice_spanish
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eradhea
commited on
Nov 5, 2022
Commit
e99871b
·
1 Parent(s):
2fc1304
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ gr.Interface(
33
outputs=[
34
"textbox",
35
],
36
-
live=True,).launch(
share=True
)
33
outputs=[
34
"textbox",
35
],
36
+
live=True,).launch()