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