Spaces:
Runtime error
Runtime error
Default bert-base-cased
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
|
|
145 |
visible=False,
|
146 |
)
|
147 |
with gr.Row():
|
148 |
-
inp = gr.Textbox(label="Model Name or URL")
|
149 |
with gr.Row():
|
150 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
151 |
options = gr.CheckboxGroup(
|
|
|
145 |
visible=False,
|
146 |
)
|
147 |
with gr.Row():
|
148 |
+
inp = gr.Textbox(label="Model Name or URL", value="bert-base-cased")
|
149 |
with gr.Row():
|
150 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
151 |
options = gr.CheckboxGroup(
|