Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -373,5 +373,5 @@ with gr.Blocks() as demo2:
|
|
373 |
)
|
374 |
|
375 |
gr.TabbedInterface(
|
376 |
-
[
|
377 |
).launch(enable_queue=True)
|
|
|
373 |
)
|
374 |
|
375 |
gr.TabbedInterface(
|
376 |
+
[demo2], ["Deploy on 🤗 Endpoint"]
|
377 |
).launch(enable_queue=True)
|