Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
| 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)
|
|
|
|
| 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)
|