Leyo commited on
Commit
055c2f1
1 Parent(s): e692863

don't make temp file

Browse files
Files changed (1) hide show
  1. app_dialogue.py +0 -1
app_dialogue.py CHANGED
@@ -813,7 +813,6 @@ with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as de
813
  all_caps_meme_text=all_caps_meme_text,
814
  text_at_the_top=text_at_the_top,
815
  )
816
- meme_image = pil_to_temp_file(meme_image)
817
  return meme_image
818
 
819
  def model_inference(
 
813
  all_caps_meme_text=all_caps_meme_text,
814
  text_at_the_top=text_at_the_top,
815
  )
 
816
  return meme_image
817
 
818
  def model_inference(