Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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")
|