Spaces:
Running
Running
Commit
·
3897cbf
1
Parent(s):
0907c6c
Update app.py
Browse files
app.py
CHANGED
@@ -110,8 +110,7 @@ def inference_sentence(text):
|
|
110 |
return output
|
111 |
|
112 |
def inference_dataset(input):
|
113 |
-
|
114 |
-
output = "These dataset will be processed:\n" + input[input_file].name
|
115 |
return output
|
116 |
|
117 |
|
|
|
110 |
return output
|
111 |
|
112 |
def inference_dataset(input):
|
113 |
+
output = "Here comes the output."
|
|
|
114 |
return output
|
115 |
|
116 |
|