Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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="
|
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",
|