nicpopovic commited on
Commit
9c49158
·
verified ·
1 Parent(s): e5d5026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200, submit_btn=True)
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",