Prime Cai commited on
Commit
cedcf56
·
1 Parent(s): 08de48a

fix samples

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -174,7 +174,8 @@ with demo:
174
  ],
175
  outputs=gr.Image(type="pil"),
176
  examples=get_samples(),
 
177
  )
178
 
179
  if __name__ == "__main__":
180
- demo.launch(debug=False, ssr_mode=False, share=True)
 
174
  ],
175
  outputs=gr.Image(type="pil"),
176
  examples=get_samples(),
177
+ interactive=True,
178
  )
179
 
180
  if __name__ == "__main__":
181
+ demo.launch(debug=False, share=True)