Spaces:
Running
on
Zero
Running
on
Zero
pull (#1)
Browse files- pull (0c46454414027c8cb426a5dad47c418e8da161c3)
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
|
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(
|