Spaces:
Sleeping
Sleeping
Commit
·
ea84696
1
Parent(s):
8682d4e
init
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def inference(inputtext, model):
|
|
21 |
return outlabel
|
22 |
|
23 |
inputs = gr.Textbox(label="Context", lines=10)
|
24 |
-
model_choice = gr.Dropdown(choices=["bert-base-cased", "bert-base-uncased"], label="Model"
|
25 |
outputs = gr.Textbox(label="Output")
|
26 |
|
27 |
gr.Interface(
|
|
|
21 |
return outlabel
|
22 |
|
23 |
inputs = gr.Textbox(label="Context", lines=10)
|
24 |
+
model_choice = gr.Dropdown(choices=["bert-base-cased", "bert-base-uncased"], label="Model")
|
25 |
outputs = gr.Textbox(label="Output")
|
26 |
|
27 |
gr.Interface(
|