Spaces:
Running
Running
add how_to_use
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(title="Tonic's 🙏🏻PLeIAs/📸📈✍🏻Florence-PDF") as if
|
|
289 |
max_tokens = gr.Slider(minimum=1, maximum=1024, value=1000, step=1, label="Max Tokens")
|
290 |
with gr.Column(scale=1):
|
291 |
output_image = gr.Image(label="🙏🏻PLeIAs/📸📈✍🏻Florence-PDF", visible=False)
|
292 |
-
output_text = gr.Textbox(label="🙏🏻PLeIAs/📸📈✍🏻Florence-PDF", visible=
|
293 |
|
294 |
submit_button.click(
|
295 |
fn=process_and_update,
|
|
|
289 |
max_tokens = gr.Slider(minimum=1, maximum=1024, value=1000, step=1, label="Max Tokens")
|
290 |
with gr.Column(scale=1):
|
291 |
output_image = gr.Image(label="🙏🏻PLeIAs/📸📈✍🏻Florence-PDF", visible=False)
|
292 |
+
output_text = gr.Textbox(label="🙏🏻PLeIAs/📸📈✍🏻Florence-PDF", visible=False)
|
293 |
|
294 |
submit_button.click(
|
295 |
fn=process_and_update,
|