Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update default model to google-bert/bert-base-cased (#40)
Browse files- Update default model to google-bert/bert-base-cased (10d48613e7860861f50b0b970b45257222403ac8)
Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>
- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
|
|
| 85 |
visible=False,
|
| 86 |
)
|
| 87 |
with gr.Row():
|
| 88 |
-
inp = gr.Textbox(label="Model Name or URL", value="bert-base-cased")
|
| 89 |
with gr.Row():
|
| 90 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
| 91 |
options = gr.CheckboxGroup(
|
|
|
|
| 85 |
visible=False,
|
| 86 |
)
|
| 87 |
with gr.Row():
|
| 88 |
+
inp = gr.Textbox(label="Model Name or URL", value="google-bert/bert-base-cased")
|
| 89 |
with gr.Row():
|
| 90 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
| 91 |
options = gr.CheckboxGroup(
|