Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
megamined
/
voice-gpt
like
2
Build error
App
Files
Files
Community
megamined
commited on
Jun 12, 2023
Commit
35c9404
•
1 Parent(s):
9312ef2
remove share from `app.py`
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ app = gr.Interface(
46
47
)
48
49
-
app.launch(
server_port=8080, share=True
)
46
47
)
48
49
+
app.launch()