Spaces:
Runtime error
Runtime error
Commit
·
4ef0a4a
1
Parent(s):
e23e393
Update app.py
Browse files
app.py
CHANGED
@@ -173,14 +173,14 @@ def main():
|
|
173 |
# Gradio Interface
|
174 |
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="dark") as demo:
|
175 |
|
176 |
-
gr.Markdown(
|
177 |
-
|
178 |
-
<div align="center"><img width="200" height="74" src="https://github.com/xinntao/Real-ESRGAN/raw/master/assets/realesrgan_logo.png"></div>
|
179 |
-
|
180 |
-
This Gradio Demo was built as my Final Project for **CS50's Introduction to Programming with Python**.
|
181 |
-
Please visit the [Real-ESRGAN GitHub page](https://github.com/xinntao/Real-ESRGAN) for detailed information about the project.
|
182 |
-
"""
|
183 |
-
)
|
184 |
|
185 |
with gr.Accordion("Options/Parameters"):
|
186 |
with gr.Row():
|
|
|
173 |
# Gradio Interface
|
174 |
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="dark") as demo:
|
175 |
|
176 |
+
# gr.Markdown(
|
177 |
+
# """# <div align="center"> Real-ESRGAN Demo for Image Restoration and Upscaling </div>
|
178 |
+
# <div align="center"><img width="200" height="74" src="https://github.com/xinntao/Real-ESRGAN/raw/master/assets/realesrgan_logo.png"></div>
|
179 |
+
|
180 |
+
# This Gradio Demo was built as my Final Project for **CS50's Introduction to Programming with Python**.
|
181 |
+
# Please visit the [Real-ESRGAN GitHub page](https://github.com/xinntao/Real-ESRGAN) for detailed information about the project.
|
182 |
+
# """
|
183 |
+
# )
|
184 |
|
185 |
with gr.Accordion("Options/Parameters"):
|
186 |
with gr.Row():
|