yuragoithf commited on
Commit
d3e12ae
·
1 Parent(s): b3fbcbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,4 +102,5 @@ gr.Interface(fn=model_inference,
102
  outputs=image_out,
103
  title=title,
104
  description=description,
105
- examples=[['CTH.png']]).launch()
 
 
102
  outputs=image_out,
103
  title=title,
104
  description=description,
105
+ # examples=[['CTH.png']]
106
+ ).launch()