wasmdashai commited on
Commit
037d3a3
·
verified ·
1 Parent(s): c786a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ chat = gr.ChatInterface(
47
  )
48
 
49
  # تشغيل التطبيق
50
- chat.launch()
 
47
  )
48
 
49
  # تشغيل التطبيق
50
+ chat.launch(share=True)