Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,5 +32,7 @@ examples = [
|
|
| 32 |
['woman.jpg', '8']
|
| 33 |
]
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
examples=examples, theme="soft").launch()
|
|
|
|
| 32 |
['woman.jpg', '8']
|
| 33 |
]
|
| 34 |
|
| 35 |
+
title = "Image upscaler 2k, 4k, 8k"
|
| 36 |
+
|
| 37 |
+
gr.Interface(fn=upscale_image, title=title inputs=inputs, outputs=output, title="Image Upscaler",
|
| 38 |
examples=examples, theme="soft").launch()
|