Spaces:
Runtime error
Runtime error
Commit ·
739dd38
1
Parent(s): fc10aa2
fix: :green_heart: try fix hugging face deploy
Browse files- webui/ui.py +3 -2
webui/ui.py
CHANGED
|
@@ -101,7 +101,8 @@ with demo:
|
|
| 101 |
)
|
| 102 |
|
| 103 |
demo.queue()
|
| 104 |
-
app = gr.mount_gradio_app(app, demo, path="/")
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
-
|
|
|
|
|
|
| 101 |
)
|
| 102 |
|
| 103 |
demo.queue()
|
| 104 |
+
# app = gr.mount_gradio_app(app, demo, path="/")
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
+
demo.launch()
|
| 108 |
+
# uvicorn.run(app, port=7860)
|