Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
|
|
90 |
|
91 |
with gr.Row():
|
92 |
# Textbox for user input with increased scale for better visibility
|
93 |
-
tb = gr.Textbox(scale=4)
|
94 |
|
95 |
# Upload button for image files
|
96 |
up = gr.UploadButton("Upload Image", file_types=["image"], scale=1)
|
|
|
90 |
|
91 |
with gr.Row():
|
92 |
# Textbox for user input with increased scale for better visibility
|
93 |
+
tb = gr.Textbox(scale=4, placeholder='Input text and press Enter')
|
94 |
|
95 |
# Upload button for image files
|
96 |
up = gr.UploadButton("Upload Image", file_types=["image"], scale=1)
|