mateoluksenberg commited on
Commit
316e912
·
verified ·
1 Parent(s): 55aa46e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
262
 
263
  if __name__ == "__main__":
264
 
265
- app.mount("/static", StaticFiles(directory="static", html=True), name="static")
266
  app = gr.mount_gradio_app(app, block, "/", gradio_api_url="http://localhost:7860/")
267
  uvicorn.run(app, host="0.0.0.0", port=7860)
268
  #demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )
 
262
 
263
  if __name__ == "__main__":
264
 
265
+ #app.mount("/static", StaticFiles(directory="static", html=True), name="static")
266
  app = gr.mount_gradio_app(app, block, "/", gradio_api_url="http://localhost:7860/")
267
  uvicorn.run(app, host="0.0.0.0", port=7860)
268
  #demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )