John Smith
commited on
Commit
·
e4d65b2
1
Parent(s):
c1e52f6
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def image_properties(img):
|
|
171 |
|
172 |
def main():
|
173 |
# Gradio Interface
|
174 |
-
with gr.Blocks(title="Upscaling Service"
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""This Space is a fork of "Real-ESRGAN-Demo", so if you want to use it please refer to [havas79/Real-ESRGAN_Demo](https://huggingface.co/spaces/havas79/Real-ESRGAN_Demo), thank you!"""
|
|
|
171 |
|
172 |
def main():
|
173 |
# Gradio Interface
|
174 |
+
with gr.Blocks(title="Upscaling Service") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""This Space is a fork of "Real-ESRGAN-Demo", so if you want to use it please refer to [havas79/Real-ESRGAN_Demo](https://huggingface.co/spaces/havas79/Real-ESRGAN_Demo), thank you!"""
|