ariG23498 HF staff commited on
Commit
96bdaa7
·
verified ·
1 Parent(s): cf64e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ demo = gr.Interface(
28
  description="Select a timm model and upload an image for classification."
29
  )
30
 
31
- demo.launch()
 
28
  description="Select a timm model and upload an image for classification."
29
  )
30
 
31
+ demo.launch(debug=True)