SuperSecureHuman commited on
Commit
a78b15a
1 Parent(s): 51e0652

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ Model Link - https://huggingface.co/keras-io/EDSR
113
 
114
  """
115
 
116
- examples = ["./examples/1.png"]
117
 
118
  gr.Interface(
119
  process_image,
 
113
 
114
  """
115
 
116
+ examples = [["./examples/1.png"]]
117
 
118
  gr.Interface(
119
  process_image,