as-cle-bert commited on
Commit
9f44693
·
verified ·
1 Parent(s): 98e60d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,6 +179,6 @@ with gr.Blocks() as demo1:
179
  gr.HTML(html, label=f"{seq} structural representation")
180
  Molecule3D(pdb, label=f"{seq} molecular representation")
181
 
182
- demo = gr.TabbedInterface([iface, demo0], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
183
 
184
  demo.launch(server_name="0.0.0.0", share=False)
 
179
  gr.HTML(html, label=f"{seq} structural representation")
180
  Molecule3D(pdb, label=f"{seq} molecular representation")
181
 
182
+ demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
183
 
184
  demo.launch(server_name="0.0.0.0", share=False)