Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks() as app:
|
|
90 |
|
91 |
# ✅ اجرای Gradio در حالت قفل شده
|
92 |
app.queue() # این خط تضمین میکند که پردازش متوقف نشود
|
93 |
-
app.launch(server_name="0.0.0.0", server_port=7860, share=True
|
|
|
90 |
|
91 |
# ✅ اجرای Gradio در حالت قفل شده
|
92 |
app.queue() # این خط تضمین میکند که پردازش متوقف نشود
|
93 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=True) # ❌ `blocking=True` حذف شد
|