mjwong commited on
Commit
764d4a1
·
verified ·
1 Parent(s): b25933a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
- from typing import Dict, List
4
 
5
  # Available models for zero-shot classification
6
  AVAILABLE_MODELS = [
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ from typing import Dict
4
 
5
  # Available models for zero-shot classification
6
  AVAILABLE_MODELS = [