Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
349 |
with gr.Row():
|
350 |
with gr.Column():
|
351 |
image = gr.Image(type="pil")
|
352 |
-
with gr.Column()
|
353 |
text_input = gr.Text(label="Input Text")
|
354 |
text_output = gr.Text(label="Text Output")
|
355 |
tokens = gr.Slider(
|
|
|
349 |
with gr.Row():
|
350 |
with gr.Column():
|
351 |
image = gr.Image(type="pil")
|
352 |
+
with gr.Column():
|
353 |
text_input = gr.Text(label="Input Text")
|
354 |
text_output = gr.Text(label="Text Output")
|
355 |
tokens = gr.Slider(
|