Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def send_it3(inputs, noise_level, proc1=proc1):
|
|
66 |
|
67 |
|
68 |
|
69 |
-
|
70 |
with gr.Blocks(title=title,css="footer {visibility: hidden}") as myface:
|
71 |
with gr.Row():
|
72 |
|
@@ -103,7 +103,7 @@ with gr.Blocks(title=title,css="footer {visibility: hidden}") as myface:
|
|
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 |
-
|
107 |
demo.encrypt = False
|
108 |
|
109 |
|
|
|
66 |
|
67 |
|
68 |
|
69 |
+
title = "Photoreal"
|
70 |
with gr.Blocks(title=title,css="footer {visibility: hidden}") as myface:
|
71 |
with gr.Row():
|
72 |
|
|
|
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 |
+
|
107 |
demo.encrypt = False
|
108 |
|
109 |
|