Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
183 |
|
184 |
demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
|
185 |
|
186 |
+
demo.launch()
|