Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ iface = gr.Interface(
|
|
78 |
fn=generate_image,
|
79 |
inputs=[
|
80 |
gr.components.Textbox(lines=2, placeholder="Enter the description of the image here..."),
|
81 |
-
gr.components.Dropdown(choices=["
|
82 |
gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
|
83 |
],
|
84 |
outputs=gr.components.Image(),
|
|
|
78 |
fn=generate_image,
|
79 |
inputs=[
|
80 |
gr.components.Textbox(lines=2, placeholder="Enter the description of the image here..."),
|
81 |
+
gr.components.Dropdown(choices=["1.","2","3","4","5","6"], label="Choose Model", value='1'),
|
82 |
gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
|
83 |
],
|
84 |
outputs=gr.components.Image(),
|