Spaces:
Runtime error
Runtime error
Commit
·
a78b15a
1
Parent(s):
51e0652
Update app.py
Browse files
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,
|