Futyn-Maker commited on
Commit
b070a94
·
verified ·
1 Parent(s): bc25cf1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
188
  string_input = gr.Textbox(
189
  lines=8,
190
  label="Input Text",
191
- placeholder="Введіть текст сюди...")
192
  string_output = gr.Textbox(
193
  lines=8, label="Lemmatized Output", interactive=False)
194
  lemmatize_string_btn = gr.Button("Lemmatize", variant="primary")
@@ -203,7 +203,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
203
  conllu_input_text = gr.Textbox(
204
  lines=10,
205
  label="Paste CoNLL-U Data Here",
206
- placeholder="# sent_id = 1\n# text = А се я, князь...\n1\tА\tа\tCCONJ\t_\t_\t3\tcc\t_\t_\n...")
207
  conllu_upload = gr.File(
208
  label="Or Upload a .conllu File",
209
  file_types=[".conllu"])
 
188
  string_input = gr.Textbox(
189
  lines=8,
190
  label="Input Text",
191
+ placeholder="")
192
  string_output = gr.Textbox(
193
  lines=8, label="Lemmatized Output", interactive=False)
194
  lemmatize_string_btn = gr.Button("Lemmatize", variant="primary")
 
203
  conllu_input_text = gr.Textbox(
204
  lines=10,
205
  label="Paste CoNLL-U Data Here",
206
+ placeholder="")
207
  conllu_upload = gr.File(
208
  label="Or Upload a .conllu File",
209
  file_types=[".conllu"])