trysem commited on
Commit
a936f7d
·
1 Parent(s): 7e1d9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -106,6 +106,7 @@ with gr.Blocks() as myface:
106
  #run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
107
  title = "Photoreal"
108
  demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
 
109
 
110
  myface.launch(enable_queue=True, inline=True)
111
  block.queue(concurrency_count=100)
 
106
  #run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
107
  title = "Photoreal"
108
  demo = gr.Blocks(title=title,css="footer {visibility: hidden}")
109
+ demo.encrypt = False
110
 
111
  myface.launch(enable_queue=True, inline=True)
112
  block.queue(concurrency_count=100)