Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
141 |
result = []
|
142 |
with gr.Column(elem_id="col-container"):
|
143 |
gr.Markdown(f"""
|
144 |
-
# MULTI-LANGUAGE
|
145 |
""")
|
146 |
with gr.Row():
|
147 |
prompt = gr.Textbox(
|
|
|
141 |
result = []
|
142 |
with gr.Column(elem_id="col-container"):
|
143 |
gr.Markdown(f"""
|
144 |
+
# MULTI-LANGUAGE IMAGE GENERATOR
|
145 |
""")
|
146 |
with gr.Row():
|
147 |
prompt = gr.Textbox(
|