Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
team7
/
talk_with_wind
like
20
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
osanseviero
commited on
Jan 8, 2023
Commit
0d46620
·
1 Parent(s):
0bca911
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ demo = gr.Interface(
16
call_api,
17
gr.Audio(source="microphone"),
18
gr.Audio(),
19
-
)
16
call_api,
17
gr.Audio(source="microphone"),
18
gr.Audio(),
19
+
)
.launch(debug=True)