Yaron Koresh commited on
Commit
2c20848
·
verified ·
1 Parent(s): bc0e021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
205
  # MULTI-LANGUAGE IMAGE GENERATOR
206
  """)
207
  with gr.Row():
208
- img = gr.Image(type="filepath")
209
  with gr.Row():
210
  prompt = gr.Textbox(
211
  elem_id="prompt",
 
205
  # MULTI-LANGUAGE IMAGE GENERATOR
206
  """)
207
  with gr.Row():
208
+ img = gr.Image(type="pil")
209
  with gr.Row():
210
  prompt = gr.Textbox(
211
  elem_id="prompt",