Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,4 +254,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 254 |
if __name__ == "__main__":
|
| 255 |
if not available_models:
|
| 256 |
print("تحذير: لم يتم العثور على أي ملفات نماذج (.pth) في مجلد 'model/weights'.")
|
| 257 |
-
demo.queue().launch(debug=True, share=True)
|
|
|
|
| 254 |
if __name__ == "__main__":
|
| 255 |
if not available_models:
|
| 256 |
print("تحذير: لم يتم العثور على أي ملفات نماذج (.pth) في مجلد 'model/weights'.")
|
| 257 |
+
demo.queue().launch(debug=True, share=True, show_api=True)
|