Spaces:
Runtime error
Runtime error
Eugene Siow
commited on
Commit
•
65689c6
1
Parent(s):
3178329
Add replace DRLN with MSRN.
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ gr.Interface(
|
|
86 |
article=article,
|
87 |
examples=[
|
88 |
['baby.bmp', 'x2', 'EDSR-base'],
|
89 |
-
['woman.bmp', 'x3', '
|
90 |
['bird.bmp', 'x4', 'PAN']
|
91 |
],
|
92 |
enable_queue=True,
|
|
|
86 |
article=article,
|
87 |
examples=[
|
88 |
['baby.bmp', 'x2', 'EDSR-base'],
|
89 |
+
['woman.bmp', 'x3', 'MSRN'],
|
90 |
['bird.bmp', 'x4', 'PAN']
|
91 |
],
|
92 |
enable_queue=True,
|