multimodalart HF staff commited on
Commit
ab2e71e
1 Parent(s): d5a21dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -267,10 +267,4 @@ with gr.Blocks(css="style.css") as demo_with_history:
267
  # user_history.render()
268
 
269
  if __name__ == "__main__":
270
- demo_with_history.queue(max_size=20).launch()
271
-
272
-
273
- prior_output = prior(prompt)
274
- images = decoder(prompt=prompt,
275
- image_embeddings=prior_output.image_embeddings)
276
- images[0][0]
 
267
  # user_history.render()
268
 
269
  if __name__ == "__main__":
270
+ demo_with_history.queue(max_size=20).launch()