Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jlvdoorn
/
WhisperATC
like
4
Running
App
Files
Files
Community
2
jlvdoorn
commited on
Oct 28, 2023
Commit
e81b0e9
•
1 Parent(s):
d100b4b
Launch on HF Spaces
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,5 @@ iface = gr.Interface(
67
)
68
69
#%%
70
-
iface.launch(server_name='0.0.0.0', server_port=9000)
67
)
68
69
#%%
70
+
#
iface.launch(server_name='0.0.0.0', server_port=9000)
71
+
iface.launch()