Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -354,6 +354,4 @@ with gr.Blocks() as hf_endpoint:
|
|
354 |
]
|
355 |
)
|
356 |
|
357 |
-
|
358 |
-
[demoInterface, hf_endpoint], ["Playground", " Deploy on 🤗 Endpoint"]
|
359 |
-
).launch(enable_queue=True)
|
|
|
354 |
]
|
355 |
)
|
356 |
|
357 |
+
hf_endpoint.launch(enable_queue=True)
|
|
|
|