Nick088 commited on
Commit
e928f15
1 Parent(s): b11e216

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ tab_img = gr.Interface(
12
  inputs=[input_image, input_model_image],
13
  outputs=output_image,
14
  title="Real-ESRGAN Pytorch",
15
- description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your image, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br><p style='text-align: center'>Credits: [Nick088](https://linktr.ee/Nick088), Xinntao, Tencent, Geeve George, ai-forever, daroche <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"
16
  )
17
 
18
  input_video = gr.Video(label='Input Video')
@@ -25,7 +25,7 @@ tab_vid = gr.Interface(
25
  inputs=[input_video, input_model_video],
26
  outputs=output_video,
27
  title="Real-ESRGAN Pytorch",
28
- description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your video, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br><p style='text-align: center'>Credits: [Nick088](https://linktr.ee/Nick088), Xinntao, Tencent, Geeve George, ai-forever, daroche <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"
29
  )
30
 
31
  demo = gr.TabbedInterface([tab_img, tab_vid], ["Image", "Video"])
 
12
  inputs=[input_image, input_model_image],
13
  outputs=output_image,
14
  title="Real-ESRGAN Pytorch",
15
+ description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your image, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br>Credits: [Nick088](https://linktr.ee/Nick088), Xinntao, Tencent, Geeve George, ai-forever, daroche <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"
16
  )
17
 
18
  input_video = gr.Video(label='Input Video')
 
25
  inputs=[input_video, input_model_video],
26
  outputs=output_video,
27
  title="Real-ESRGAN Pytorch",
28
+ description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your video, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br>Credits: [Nick088](https://linktr.ee/Nick088), Xinntao, Tencent, Geeve George, ai-forever, daroche <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"
29
  )
30
 
31
  demo = gr.TabbedInterface([tab_img, tab_vid], ["Image", "Video"])