Spaces:
Runtime error
Runtime error
Commit
·
ee05c87
1
Parent(s):
ab6b906
Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,4 @@ def bulk_function(filename):
|
|
74 |
return YOUR_FILENAME
|
75 |
|
76 |
gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],examples=[['emotion_examples.csv'],],
|
77 |
-
|
|
|
74 |
return YOUR_FILENAME
|
75 |
|
76 |
gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],examples=[['emotion_examples.csv'],],
|
77 |
+
).launch(debug=True)
|