Spaces:
Runtime error
Runtime error
Commit
·
68ecd8e
1
Parent(s):
aa12838
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,6 @@ with gr.Blocks() as mindseye:
|
|
65 |
aspect = gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Square")
|
66 |
model = gr.inputs.Dropdown(label="Model", choices=["Surrealism","Realism", "Emoji"], default="Surrealism")
|
67 |
get_image_rudalle = gr.Button("Generate Image",css=css_mt)
|
68 |
-
with gr.TabItem("VQGAN+CLIP"):
|
69 |
-
pass
|
70 |
-
with gr.TabItem("V-Diffusion"):
|
71 |
-
pass
|
72 |
with gr.Row():
|
73 |
with gr.Tabs():
|
74 |
with gr.TabItem("Image output"):
|
|
|
65 |
aspect = gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Square")
|
66 |
model = gr.inputs.Dropdown(label="Model", choices=["Surrealism","Realism", "Emoji"], default="Surrealism")
|
67 |
get_image_rudalle = gr.Button("Generate Image",css=css_mt)
|
|
|
|
|
|
|
|
|
68 |
with gr.Row():
|
69 |
with gr.Tabs():
|
70 |
with gr.TabItem("Image output"):
|