Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
fce3ed1
1
Parent(s):
7b971dd
22
Browse files
app.py
CHANGED
|
@@ -251,7 +251,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 251 |
|
| 252 |
|
| 253 |
gr.Examples(examples=examples, inputs=[input_image, prompt, control_mode])
|
| 254 |
-
gr.Markdown(read_file("static/footer.
|
| 255 |
|
| 256 |
run_button.click(
|
| 257 |
fn=prepare,
|
|
|
|
| 251 |
|
| 252 |
|
| 253 |
gr.Examples(examples=examples, inputs=[input_image, prompt, control_mode])
|
| 254 |
+
gr.Markdown(read_file("static/footer.md"))
|
| 255 |
|
| 256 |
run_button.click(
|
| 257 |
fn=prepare,
|