Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def ACE(file):
|
|
98 |
out_prob = probability
|
99 |
|
100 |
|
101 |
-
return '
|
102 |
|
103 |
iface = gr.Interface(fn=ACE,
|
104 |
inputs="text",
|
|
|
98 |
out_prob = probability
|
99 |
|
100 |
|
101 |
+
return 'output.csv', out_text, out_prob
|
102 |
|
103 |
iface = gr.Interface(fn=ACE,
|
104 |
inputs="text",
|