abidlabs HF Staff commited on
Commit
ccb6c0d
·
verified ·
1 Parent(s): b4c9c8b

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,10 +8,10 @@ with gr.Blocks() as app:
8
  task_box = gr.Textbox(label="🕺 Task", value="flow.task")
9
  with gr.Row():
10
  if flow.inputs:
11
- with gr.Column(scale=2):
12
  for component in flow.inputs:
13
  component.render()
14
- with gr.Column(scale=5):
15
  gr.Image(label="Recording", value="recording.gif")
16
 
17
  @gr.on(
 
8
  task_box = gr.Textbox(label="🕺 Task", value="flow.task")
9
  with gr.Row():
10
  if flow.inputs:
11
+ with gr.Column(scale=1):
12
  for component in flow.inputs:
13
  component.render()
14
+ with gr.Column(scale=2):
15
  gr.Image(label="Recording", value="recording.gif")
16
 
17
  @gr.on(