DakuSir commited on
Commit
fbf0f2f
·
verified ·
1 Parent(s): 50ea707

- pull (0c46454414027c8cb426a5dad47c418e8da161c3)

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def inference(image, size):
62
 
63
  # Cấu hình giao diện Gradio
64
  title = "Face Real ESRGAN UpScale: 2x 4x 8x"
65
- description = "This is an unofficial demo for Real-ESRGAN. Scales the resolution of a photo. This model shows better results on faces compared to the original version.<br>Telegram BOT: https://t.me/restoration_photo_bot"
66
- article = "<div style='text-align: center;'>Twitter <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/sberbank-ai/Real-ESRGAN' target='_blank'>Model card</a><div>"
67
 
68
  # Khởi tạo và chạy giao diện Gradio
69
  iface = gr.Interface(
 
62
 
63
  # Cấu hình giao diện Gradio
64
  title = "Face Real ESRGAN UpScale: 2x 4x 8x"
65
+ description = "This is an unofficial demo for Real-ESRGAN. Scales the resolution of a photo. This model shows better results on faces compared to the original version."
66
+ #article = "<div style='text-align: center;'>Twitter <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/sberbank-ai/Real-ESRGAN' target='_blank'>Model card</a><div>"
67
 
68
  # Khởi tạo và chạy giao diện Gradio
69
  iface = gr.Interface(