Spaces:
Runtime error
Runtime error
TogetherAI
commited on
Commit
•
a55fd6f
1
Parent(s):
60a36b0
Update app.py
Browse files
app.py
CHANGED
@@ -174,11 +174,7 @@ def main():
|
|
174 |
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="ParityError/Interstellar") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
-
"""
|
178 |
-
|
179 |
-
Do not use images over 750x750 especially with 4x the resolution upscaling, it will give you an error.
|
180 |
-
|
181 |
-
Hugginface port of [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
|
182 |
"""
|
183 |
)
|
184 |
|
@@ -214,7 +210,7 @@ def main():
|
|
214 |
# Undocumented method to clear a component's value using Javascript
|
215 |
|
216 |
gr.Markdown(
|
217 |
-
"""
|
218 |
"""
|
219 |
)
|
220 |
|
|
|
174 |
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="ParityError/Interstellar") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
+
"""
|
|
|
|
|
|
|
|
|
178 |
"""
|
179 |
)
|
180 |
|
|
|
210 |
# Undocumented method to clear a component's value using Javascript
|
211 |
|
212 |
gr.Markdown(
|
213 |
+
"""
|
214 |
"""
|
215 |
)
|
216 |
|