Tonic commited on
Commit
3a49793
·
verified ·
1 Parent(s): 586b69a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(theme=gr.themes.Base()) as iface:
107
  repetition_penalty = gr.Slider(label="Repetition Penalty", minimum=0.5, maximum=2.0, step=0.05, value=1.0)
108
 
109
  # Output components
110
- generated_text_output = gr.Textbox(label="🎅🏻⌚OCRonos-Vintage", readonly=True)
111
  highlighted_text = gr.HighlightedText(label="🎅🏻⌚Tokenized", combine_adjacent=True, show_legend=True)
112
  tokenizer_info = gr.JSON(label="📉Tokenizer Info (Input Text)")
113
  dependency_parse_input = gr.HTML(label="👁️Visualization")
 
107
  repetition_penalty = gr.Slider(label="Repetition Penalty", minimum=0.5, maximum=2.0, step=0.05, value=1.0)
108
 
109
  # Output components
110
+ generated_text_output = gr.Textbox(label="🎅🏻⌚OCRonos-Vintage")
111
  highlighted_text = gr.HighlightedText(label="🎅🏻⌚Tokenized", combine_adjacent=True, show_legend=True)
112
  tokenizer_info = gr.JSON(label="📉Tokenizer Info (Input Text)")
113
  dependency_parse_input = gr.HTML(label="👁️Visualization")