Update app_text_classification.py
Browse files
app_text_classification.py
CHANGED
@@ -28,7 +28,7 @@ def get_demo():
|
|
28 |
)
|
29 |
with gr.Row():
|
30 |
model_id_input = gr.Textbox(
|
31 |
-
label="Hugging Face
|
32 |
placeholder=EXAMPLE_MODEL_ID + " (press enter to confirm)",
|
33 |
)
|
34 |
|
|
|
28 |
)
|
29 |
with gr.Row():
|
30 |
model_id_input = gr.Textbox(
|
31 |
+
label="Hugging Face Model id",
|
32 |
placeholder=EXAMPLE_MODEL_ID + " (press enter to confirm)",
|
33 |
)
|
34 |
|