Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,8 +104,8 @@ with gr.Blocks() as myface:
|
|
| 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 |
-
|
| 108 |
-
|
| 109 |
|
| 110 |
|
| 111 |
myface.launch(enable_queue=True, inline=True)
|
|
|
|
| 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 |
+
myface = gr.Blocks(title=title,css="footer {visibility: hidden}")
|
| 108 |
+
myface.encrypt = False
|
| 109 |
|
| 110 |
|
| 111 |
myface.launch(enable_queue=True, inline=True)
|