Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_demo/app.py
Browse files- gradio_demo/app.py +1 -1
gradio_demo/app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks() as demo:
|
|
240 |
1. Check the `Creative Restoration` checkbox;
|
241 |
2. Input your text prompts in the `Restoration prompts` textbox;
|
242 |
3. Set `Start Free Rendering` slider to a medium value (around half of the `steps`) to provide adequate room for InstantIR creation.
|
243 |
-
|
244 |
gr.Markdown(
|
245 |
"""
|
246 |
## Citation
|
|
|
240 |
1. Check the `Creative Restoration` checkbox;
|
241 |
2. Input your text prompts in the `Restoration prompts` textbox;
|
242 |
3. Set `Start Free Rendering` slider to a medium value (around half of the `steps`) to provide adequate room for InstantIR creation.
|
243 |
+
""")
|
244 |
gr.Markdown(
|
245 |
"""
|
246 |
## Citation
|