Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
0956b85
1
Parent(s):
6bc2cf6
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import sys
|
|
8 |
from subprocess import call
|
9 |
|
10 |
|
11 |
-
torch.hub.download_url_to_file('
|
12 |
|
13 |
|
14 |
def run_cmd(command):
|
@@ -54,6 +54,6 @@ gr.Interface(
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
examples=[
|
57 |
-
['
|
58 |
]
|
59 |
).launch(debug=True)
|
|
|
8 |
from subprocess import call
|
9 |
|
10 |
|
11 |
+
torch.hub.download_url_to_file('http://people.csail.mit.edu/billf/project%20pages/sresCode/Markov%20Random%20Fields%20for%20Super-Resolution_files/100075_lowres.jpg', 'bear.jpg')
|
12 |
|
13 |
|
14 |
def run_cmd(command):
|
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
examples=[
|
57 |
+
['bear.jpg']
|
58 |
]
|
59 |
).launch(debug=True)
|