imjunaidafzal commited on
Commit
83e3e23
1 Parent(s): 8f06030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -875,4 +875,4 @@ with gr.Blocks(css=css) as demo:
875
 
876
  print(f"Space built in {time.time() - start_time:.2f} seconds")
877
  # demo.launch(share=True)
878
- demo.launch(enable_queue=True, server_name="0.0.0.0", server_port=7860)
 
875
 
876
  print(f"Space built in {time.time() - start_time:.2f} seconds")
877
  # demo.launch(share=True)
878
+ demo.launch(enable_queue=True, share=True)