Update app.py
Browse files
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:
|