Spaces:
Sleeping
Sleeping
nicpopovic
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -645,7 +645,7 @@ with gr.Blocks(css="footer{display:none !important} .gradio-container {padding:
|
|
645 |
output_text = gr.HTML(label="Generated Text", value=initial_output[0])
|
646 |
with gr.Group():
|
647 |
with gr.Row():
|
648 |
-
input_text = gr.Textbox(label="Try with your own text!", value="The New York Film Festival is an", max_length=
|
649 |
# New HTML output for model info
|
650 |
model_info_html = gr.HTML(
|
651 |
label="Model Info",
|
|
|
645 |
output_text = gr.HTML(label="Generated Text", value=initial_output[0])
|
646 |
with gr.Group():
|
647 |
with gr.Row():
|
648 |
+
input_text = gr.Textbox(label="Try with your own text!", value="The New York Film Festival is an", max_length=40, submit_btn=True)
|
649 |
# New HTML output for model info
|
650 |
model_info_html = gr.HTML(
|
651 |
label="Model Info",
|