Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ def send_it3(inputs, noise_level, proc1=proc1):
|
|
| 66 |
|
| 67 |
|
| 68 |
title = "Photoreal"
|
| 69 |
-
|
| 70 |
-
|
| 71 |
|
| 72 |
with gr.Blocks() as myface:
|
| 73 |
with gr.Row():
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
title = "Photoreal"
|
| 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():
|