Update app.py
Browse files
app.py
CHANGED
@@ -732,6 +732,4 @@ def api_public_conversations():
|
|
732 |
# Gradio arayüzünü FastAPI altına mount et
|
733 |
app = gr.mount_gradio_app(api, demo, path="/")
|
734 |
|
735 |
-
|
736 |
-
# Space ortamında da çalışır
|
737 |
-
uvicorn.run(app, host="0.0.0.0", port=int(os.getenv("PORT", "7860")))
|
|
|
732 |
# Gradio arayüzünü FastAPI altına mount et
|
733 |
app = gr.mount_gradio_app(api, demo, path="/")
|
734 |
|
735 |
+
|
|
|
|