trysem commited on
Commit
c12b8bc
·
1 Parent(s): a31df59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- title = "Photoreal"
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