TogetherAI
commited on
Commit
•
60a36b0
1
Parent(s):
9face45
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="Real-ESRGAN Gradio Demo", theme="
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""# <div align="center"> Ilaria Upscaler 💖 </div>
|
|
|
171 |
|
172 |
def main():
|
173 |
# Gradio Interface
|
174 |
+
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="ParityError/Interstellar") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""# <div align="center"> Ilaria Upscaler 💖 </div>
|