as-cle-bert commited on
Commit
9aa3aab
Β·
verified Β·
1 Parent(s): 62e6d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks() as demo1:
183
 
184
  demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
185
 
186
- demo.launch(server_name="0.0.0.0", share=False)
 
183
 
184
  demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
185
 
186
+ demo.launch()