Spaces:
Running
Running
rmayormartins
commited on
Commit
•
48b78cb
1
Parent(s):
c249b8b
Subindo arquivos3
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(
|
|
94 |
],
|
95 |
title="Image Enhancer",
|
96 |
description="Upload an image (.jpg, .png), enhance using AI, adjust DPI, resize and download the final result.",
|
97 |
-
|
98 |
["gatuno.jpg"]
|
99 |
]
|
100 |
)
|
|
|
94 |
],
|
95 |
title="Image Enhancer",
|
96 |
description="Upload an image (.jpg, .png), enhance using AI, adjust DPI, resize and download the final result.",
|
97 |
+
examples=[
|
98 |
["gatuno.jpg"]
|
99 |
]
|
100 |
)
|