hackergeek commited on
Commit
99cd08e
·
verified ·
1 Parent(s): 3f9d883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, blocking=True)
 
90
 
91
  # ✅ اجرای Gradio در حالت قفل شده
92
  app.queue() # این خط تضمین می‌کند که پردازش متوقف نشود
93
+ app.launch(server_name="0.0.0.0", server_port=7860, share=True) # ❌ `blocking=True` حذف شد