Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -290,4 +290,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 290 |
|
| 291 |
# تشغيل التطبيق
|
| 292 |
if __name__ == "__main__":
|
| 293 |
-
demo.launch(
|
|
|
|
| 290 |
|
| 291 |
# تشغيل التطبيق
|
| 292 |
if __name__ == "__main__":
|
| 293 |
+
demo.launch()
|