megamined commited on
Commit
63bc514
1 Parent(s): 2196b07

Remove `share` from app launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()