FaizTech commited on
Commit
b2f270d
·
verified ·
1 Parent(s): 8bfd866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)