Spaces:
Running
on
Zero
Running
on
Zero
NightRaven109
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -251,9 +251,9 @@ EXAMPLES = [
|
|
251 |
]
|
252 |
|
253 |
# Create interface components
|
254 |
-
with gr.Blocks(title="
|
255 |
-
gr.Markdown("##
|
256 |
-
gr.Markdown("Upload
|
257 |
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|
|
|
251 |
]
|
252 |
|
253 |
# Create interface components
|
254 |
+
with gr.Blocks(title="Texture Super-Resolution") as demo:
|
255 |
+
gr.Markdown("## Texture Super-Resolution")
|
256 |
+
gr.Markdown("Upload a texture to enhance its resolution.")
|
257 |
|
258 |
with gr.Row():
|
259 |
with gr.Column():
|