ai-art commited on
Commit
0f2e036
1 Parent(s): d45479e

update app.py - Removed title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ gr.Interface(
78
  ),
79
  ],
80
  outputs="image",
81
- title="Stable Diffusion - 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()
 
78
  ),
79
  ],
80
  outputs="image",
81
+ title="",
82
+ description="",
83
  allow_flagging="never",
84
  css=css,
85
  ).launch()