Spaces:
Sleeping
Sleeping
manu
commited on
Commit
·
c3be4cc
1
Parent(s):
eb2ce3a
maybe finally fixed
Browse files
app.py
CHANGED
@@ -72,8 +72,7 @@ def generate_tone(index,question):
|
|
72 |
|
73 |
passages=["General","Pier","Boat","Island"]
|
74 |
|
75 |
-
gr.
|
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"),
|