Spaces:
Sleeping
Sleeping
Update run.py
Browse files
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 |
|