DakuSir commited on
Commit
5a15077
·
verified ·
1 Parent(s): 84390db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(
75
  gr.Image(type="pil", label="Output"),
76
  title=title,
77
  description=description,
78
- examples=[["groot.jpeg", "2x"]],
79
  flagging_mode="never",
80
  cache_examples=True
81
  )
 
75
  gr.Image(type="pil", label="Output"),
76
  title=title,
77
  description=description,
78
+ #examples=[["groot.jpeg", "2x"]],
79
  flagging_mode="never",
80
  cache_examples=True
81
  )