Leeps commited on
Commit
3210cac
1 Parent(s): b4c8f45

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.py +1 -1
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=2):
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):