Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
index.py
CHANGED
@@ -116,7 +116,7 @@ def main(text1, text2, prompt, dropdown_value, image_input):
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
with gr.Row():
|
119 |
-
with gr.Column(scale=
|
120 |
text1 = gr.Textbox(value="organic-shaped", label="Word 1 (Left)")
|
121 |
text2 = gr.Textbox(value="geometric-shaped", label="Word 2 (Right)")
|
122 |
with gr.Column(scale=1):
|
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
with gr.Row():
|
119 |
+
with gr.Column(scale=1):
|
120 |
text1 = gr.Textbox(value="organic-shaped", label="Word 1 (Left)")
|
121 |
text2 = gr.Textbox(value="geometric-shaped", label="Word 2 (Right)")
|
122 |
with gr.Column(scale=1):
|