Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,5 +100,5 @@ with gr.Blocks() as demo2:
|
|
100 |
""")
|
101 |
|
102 |
gr.TabbedInterface(
|
103 |
-
[demoInterface, demo, demo2], ["Try-out", "🚀 Deploy on GCP", " Deploy on
|
104 |
).launch(enable_queue=True)
|
|
|
100 |
""")
|
101 |
|
102 |
gr.TabbedInterface(
|
103 |
+
[demoInterface, demo, demo2], ["Try-out", "🚀 Deploy on GCP", " Deploy on 🤗 Endpoint"]
|
104 |
).launch(enable_queue=True)
|