Arcadia822 commited on
Commit
739dd38
·
1 Parent(s): fc10aa2

fix: :green_heart: try fix hugging face deploy

Browse files
Files changed (1) hide show
  1. 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
- uvicorn.run(app, port=7860)
 
 
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)