Spaces:
Sleeping
Sleeping
roman-bachmann
commited on
Commit
•
f649408
1
Parent(s):
02500f9
Update app.py
Browse files
app.py
CHANGED
@@ -379,9 +379,9 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2204.016
|
|
379 |
css = '.output-image{height: 713px !important}'
|
380 |
|
381 |
# Example images
|
382 |
-
os.system("wget https://i.imgur.com/c9ObJdK.jpg")
|
383 |
-
os.system("wget https://i.imgur.com/KTKgYKi.jpg")
|
384 |
-
os.system("wget https://i.imgur.com/lWYuRI7.jpg")
|
385 |
|
386 |
examples = [
|
387 |
['c9ObJdK.jpg', 15, False, 15, 15, 15, 0],
|
|
|
379 |
css = '.output-image{height: 713px !important}'
|
380 |
|
381 |
# Example images
|
382 |
+
#os.system("wget https://i.imgur.com/c9ObJdK.jpg")
|
383 |
+
#os.system("wget https://i.imgur.com/KTKgYKi.jpg")
|
384 |
+
#os.system("wget https://i.imgur.com/lWYuRI7.jpg")
|
385 |
|
386 |
examples = [
|
387 |
['c9ObJdK.jpg', 15, False, 15, 15, 15, 0],
|