emielclopterop commited on
Commit
8623a55
·
verified ·
1 Parent(s): 2b01989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
109
  label_input_single: gr.update(visible=False),
110
  target_language_input_single: gr.update(visible=False)
111
  }
112
- elif task == "Zero-Shot Classification":
113
  return {
114
  context_input_single: gr.update(visible=False),
115
  label_input_single: gr.update(visible=True),
 
109
  label_input_single: gr.update(visible=False),
110
  target_language_input_single: gr.update(visible=False)
111
  }
112
+ elif task == "Sentiment Analysis":
113
  return {
114
  context_input_single: gr.update(visible=False),
115
  label_input_single: gr.update(visible=True),