aliabd HF staff commited on
Commit
8ab7f89
·
1 Parent(s): 05a40fd

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -4
run.py CHANGED
@@ -31,10 +31,6 @@ with gr.Blocks() as demo:
31
 
32
  with gr.Row():
33
  txt = gr.Textbox(
34
- scale=4,
35
- show_label=False,
36
- placeholder="Enter text and press enter, or upload an image",
37
- container=False,
38
  )
39
  btn = gr.UploadButton("📁", file_types=["image", "video", "audio"])
40
 
 
31
 
32
  with gr.Row():
33
  txt = gr.Textbox(
 
 
 
 
34
  )
35
  btn = gr.UploadButton("📁", file_types=["image", "video", "audio"])
36