sergiomar73 commited on
Commit
1326023
·
1 Parent(s): 3e1cc4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(css=".gradio-container { background-color: white; }") as demo:
47
  [ "The third beta of iOS 16.1 that was released earlier this week expands the Adaptive Transparency feature introduced with the second-generation AirPods Pro to the original ‌AirPods Pro‌.", "Entertainment, Business, Politics" ],
48
  [ "To make this into soup, bring 3 1/2 cups water to a boil in a medium saucepan. Whisk in soup mix, reduce heat to low, and simmer for 5 minutes.", "Entertainment, Business, Politics" ]
49
  ],
50
- [context, threshold],
51
  fn=gpt3_zero_shot_classification
52
  )
53
 
 
47
  [ "The third beta of iOS 16.1 that was released earlier this week expands the Adaptive Transparency feature introduced with the second-generation AirPods Pro to the original ‌AirPods Pro‌.", "Entertainment, Business, Politics" ],
48
  [ "To make this into soup, bring 3 1/2 cups water to a boil in a medium saucepan. Whisk in soup mix, reduce heat to low, and simmer for 5 minutes.", "Entertainment, Business, Politics" ]
49
  ],
50
+ [context, labels],
51
  fn=gpt3_zero_shot_classification
52
  )
53