ZeroCommand commited on
Commit
08c711a
1 Parent(s): 983e75b

change run in this space wording

Browse files
Files changed (1) hide show
  1. app_text_classification.py +1 -1
app_text_classification.py CHANGED
@@ -81,7 +81,7 @@ def get_demo():
81
  column_mappings.append(gr.Dropdown(visible=False))
82
 
83
  with gr.Accordion(label="Model Wrap Advance Config (optional)", open=False):
84
- run_local = gr.Checkbox(value=True, label="Run in this Space")
85
  run_inference = gr.Checkbox(value=False, label="Run with Inference API")
86
  inference_token = gr.Textbox(
87
  value="",
 
81
  column_mappings.append(gr.Dropdown(visible=False))
82
 
83
  with gr.Accordion(label="Model Wrap Advance Config (optional)", open=False):
84
+ run_local = gr.Checkbox(value=True, label="Run with Local Model Inference (pipeline)")
85
  run_inference = gr.Checkbox(value=False, label="Run with Inference API")
86
  inference_token = gr.Textbox(
87
  value="",