Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def send_it3(inputs, noise_level, proc1=proc1):
|
|
| 67 |
|
| 68 |
|
| 69 |
|
| 70 |
-
with gr.Blocks() as myface:
|
| 71 |
with gr.Row():
|
| 72 |
|
| 73 |
input_text=gr.Textbox(label="Short Prompt")
|
|
@@ -103,9 +103,6 @@ with gr.Blocks() 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 |
-
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)
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
|
| 70 |
+
with gr.Blocks(css="footer {visibility: hidden}") as myface:
|
| 71 |
with gr.Row():
|
| 72 |
|
| 73 |
input_text=gr.Textbox(label="Short Prompt")
|
|
|
|
| 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 |
|
| 108 |
myface.launch(enable_queue=True, inline=True)
|