GAS17 commited on
Commit
14d5240
1 Parent(s): 545c1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,13 +73,13 @@ gr.Interface(
73
  model_choices,
74
  type="value",
75
  default=None,
76
- label="Choose Upscaler",
77
  optional=False,
78
  ),
79
  ],
80
  outputs="image",
81
- title="Image Upscaling 🦆",
82
- description="Model: [Anchor-based Plain Net for Mobile Image Super-Resolution](https://arxiv.org/abs/2105.09750). Repository: [SR Mobile PyTorch](https://github.com/w11wo/sr_mobile_pytorch)",
83
  allow_flagging="never",
84
  css=css,
85
  ).launch()
 
73
  model_choices,
74
  type="value",
75
  default=None,
76
+ label="Elegir Upscaler",
77
  optional=False,
78
  ),
79
  ],
80
  outputs="image",
81
+ title="Dream awAI | image upscaling ✨💫",
82
+ description="",
83
  allow_flagging="never",
84
  css=css,
85
  ).launch()