Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
64ab114
1
Parent(s):
e04b1b0
Update app.py
Browse files
app.py
CHANGED
@@ -197,14 +197,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
197 |
#with gr.Row():
|
198 |
#with gr.Row():
|
199 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
200 |
-
with gr.Blocks() as demo:
|
201 |
-
gr.Button(link=output1)
|
202 |
-
gr.Button(link=output2)
|
203 |
-
gr.Button(link=output3)
|
204 |
-
gr.Button(link=output4)
|
205 |
-
gr.Button(link=output5)
|
206 |
-
gr.Button(link=outputX)
|
207 |
-
|
208 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
|
209 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
210 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output0])
|
|
|
197 |
#with gr.Row():
|
198 |
#with gr.Row():
|
199 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
|
201 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
202 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output0])
|