NightRaven109 commited on
Commit
68ae68f
·
verified ·
1 Parent(s): 3f35512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -251,9 +251,9 @@ EXAMPLES = [
251
  ]
252
 
253
  # Create interface components
254
- with gr.Blocks(title="Controllable Conditional Super-Resolution") as demo:
255
- gr.Markdown("## Controllable Conditional Super-Resolution")
256
- gr.Markdown("Upload an image to enhance its resolution using CCSR.")
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():