Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,4 +80,4 @@ async def telegram_webhook(request: Request):
|
|
| 80 |
|
| 81 |
# هذا يخلي السبيس يفتح واجهة Gradio على المسار /
|
| 82 |
# والـ API حق تيليجرام على /telegram
|
| 83 |
-
app = gr.mount_gradio_app(app, iface, path="/")
|
|
|
|
| 80 |
|
| 81 |
# هذا يخلي السبيس يفتح واجهة Gradio على المسار /
|
| 82 |
# والـ API حق تيليجرام على /telegram
|
| 83 |
+
app = gr.mount_gradio_app(app, iface, path="/")
|