manu commited on
Commit
c3be4cc
·
1 Parent(s): eb2ce3a

maybe finally fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -72,8 +72,7 @@ def generate_tone(index,question):
72
 
73
  passages=["General","Pier","Boat","Island"]
74
 
75
- gr.load(
76
- "huggingface/MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli",
77
  generate_tone,
78
  [
79
  gr.Dropdown(passages, type="index", value="Pier"),
 
72
 
73
  passages=["General","Pier","Boat","Island"]
74
 
75
+ gr.Interface(
 
76
  generate_tone,
77
  [
78
  gr.Dropdown(passages, type="index", value="Pier"),