Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,9 +65,7 @@ def send_it3(inputs, noise_level, proc1=proc1):
|
|
| 65 |
#return output4
|
| 66 |
|
| 67 |
|
| 68 |
-
|
| 69 |
-
demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
|
| 70 |
-
demo.encrypt = False
|
| 71 |
|
| 72 |
with gr.Blocks() as myface:
|
| 73 |
with gr.Row():
|
|
@@ -105,7 +103,9 @@ with gr.Blocks() as myface:
|
|
| 105 |
#run.click(send_it6, inputs=[prompt, noise_level], outputs=[output6])
|
| 106 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
| 107 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
| 108 |
-
|
|
|
|
|
|
|
| 109 |
|
| 110 |
|
| 111 |
myface.launch(enable_queue=True, inline=True)
|
|
|
|
| 65 |
#return output4
|
| 66 |
|
| 67 |
|
| 68 |
+
|
|
|
|
|
|
|
| 69 |
|
| 70 |
with gr.Blocks() as myface:
|
| 71 |
with gr.Row():
|
|
|
|
| 103 |
#run.click(send_it6, inputs=[prompt, noise_level], outputs=[output6])
|
| 104 |
#run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
| 105 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
| 106 |
+
title = "Photoreal"
|
| 107 |
+
demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
|
| 108 |
+
demo.encrypt = False
|
| 109 |
|
| 110 |
|
| 111 |
myface.launch(enable_queue=True, inline=True)
|