Lord-Raven commited on
Commit
2d54881
·
1 Parent(s): 0aaac2b

Trying zero-shot classification.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,6 +15,6 @@ def zero_shot_classification(data_string):
15
  gradio_interface = gradio.Interface(
16
  fn = zero_shot_classification,
17
  inputs = gradio.Textbox(label="JSON Input"),
18
- outputs = "json"
19
  )
20
  gradio_interface.launch()
 
15
  gradio_interface = gradio.Interface(
16
  fn = zero_shot_classification,
17
  inputs = gradio.Textbox(label="JSON Input"),
18
+ outputs = "text"
19
  )
20
  gradio_interface.launch()