Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ with gr.Blocks() as myface:
|
|
106 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
107 |
title = "Photoreal"
|
108 |
demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
|
|
|
109 |
|
110 |
myface.launch(enable_queue=True, inline=True)
|
111 |
block.queue(concurrency_count=100)
|
|
|
106 |
#run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
107 |
title = "Photoreal"
|
108 |
demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
|
109 |
+
demo.encrypt = False
|
110 |
|
111 |
myface.launch(enable_queue=True, inline=True)
|
112 |
block.queue(concurrency_count=100)
|