Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
megamined
/
jarvis
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
megamined
commited on
Sep 4, 2023
Commit
63bc514
·
1 Parent(s):
2196b07
Remove `share` from app launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,4 +111,4 @@ with gr.Blocks(title="JARVIS") as demo:
111
)
112
audio_input.clear()
113
114
-
demo.launch(
server_port=8080, share=True
)
111
)
112
audio_input.clear()
113
114
+
demo.launch()