Mazenbs commited on
Commit
6472aa7
·
verified ·
1 Parent(s): 3bd8ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -38,6 +38,8 @@ with gr.Blocks() as demo:
38
  # تشغيل محلي
39
  # ==============================
40
  # ==============================
41
- # تشغيل محلي مع رابط عام مؤقت
 
 
42
  if __name__ == "__main__":
43
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
38
  # تشغيل محلي
39
  # ==============================
40
  # ==============================
41
+ # تشغيل محلي مع رابط
42
+
43
+
44
  if __name__ == "__main__":
45
+ demo.launch(server_name="0.0.0.0", server_port=7860)