Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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="
|
| 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"])
|