Spaces:
Anush008
/
Runtime error

Felix Marty commited on
Commit
cb73b3c
·
1 Parent(s): bf7786d
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,9 +84,9 @@ with gr.Blocks() as demo:
84
  gr.Markdown(DESCRIPTION)
85
 
86
  with gr.Row():
87
- input_token = gr.TextBox(max_lines=1, label="Hugging Face token"),
88
- input_model = gr.TextBox(max_lines=1, label="Model name", placeholder="textattack/distilbert-base-cased-CoLA"),
89
- input_task = gr.TextBox(value="auto", max_lines=1, label="Task (can be left blank, will be automatically inferred)")
90
  output = gr.Markdown(label="Output")
91
 
92
  btn = gr.Button("Convert to ONNX")
 
84
  gr.Markdown(DESCRIPTION)
85
 
86
  with gr.Row():
87
+ input_token = gr.Textbox(max_lines=1, label="Hugging Face token"),
88
+ input_model = gr.Textbox(max_lines=1, label="Model name", placeholder="textattack/distilbert-base-cased-CoLA"),
89
+ input_task = gr.Textbox(value="auto", max_lines=1, label="Task (can be left blank, will be automatically inferred)")
90
  output = gr.Markdown(label="Output")
91
 
92
  btn = gr.Button("Convert to ONNX")