tomo2chin2 commited on
Commit
538b289
·
verified ·
1 Parent(s): 4b03a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  )
65
 
66
  # --- アプリケーションの起動 ---
67
- app = gr.mount_gradio_app(app, iface, path="/gradio")
68
 
69
  if __name__ == "__main__":
70
  uvicorn.run(app, host="0.0.0.0",port=7860)
 
64
  )
65
 
66
  # --- アプリケーションの起動 ---
67
+ app = gr.mount_gradio_app(app, iface, path="/")
68
 
69
  if __name__ == "__main__":
70
  uvicorn.run(app, host="0.0.0.0",port=7860)