Spaces:
Build error
Build error
Emiir
commited on
Commit
·
105b405
1
Parent(s):
c21bde5
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def send_it1(inputs, noise_level, proc1=proc1):
|
|
61 |
time.sleep(2)
|
62 |
queue.put(prompt_with_noise)
|
63 |
output1 = proc1(prompt_with_noise)
|
64 |
-
output1[0].save("asdaf.png")
|
65 |
return output1
|
66 |
|
67 |
with gr.Blocks(css='style.css') as demo:
|
@@ -86,14 +85,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
86 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
87 |
with gr.Row():
|
88 |
gr.HTML(
|
89 |
-
|
90 |
-
<div class="footer">
|
91 |
-
<p><a href="asdaf.png" download>
|
92 |
-
<img src="asdaf.png">
|
93 |
-
</a>
|
94 |
-
</p>
|
95 |
-
</div>
|
96 |
-
"""
|
97 |
)
|
98 |
|
99 |
demo.launch(enable_queue=True, inline=True)
|
|
|
61 |
time.sleep(2)
|
62 |
queue.put(prompt_with_noise)
|
63 |
output1 = proc1(prompt_with_noise)
|
|
|
64 |
return output1
|
65 |
|
66 |
with gr.Blocks(css='style.css') as demo:
|
|
|
85 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
86 |
with gr.Row():
|
87 |
gr.HTML(
|
88 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
)
|
90 |
|
91 |
demo.launch(enable_queue=True, inline=True)
|