Nitzantry1 commited on
Commit
fde92ad
·
verified ·
1 Parent(s): 9a9cf60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -187,8 +187,7 @@ if __name__ == "__main__":
187
  # יצירה והפעלת הממשק
188
  demo = create_gradio_interface()
189
  demo.launch(
190
- share=True,
191
- max_threads=4
192
  )
193
 
194
  except Exception as e:
 
187
  # יצירה והפעלת הממשק
188
  demo = create_gradio_interface()
189
  demo.launch(
190
+ share=True
 
191
  )
192
 
193
  except Exception as e: