Spaces:
Runtime error
Runtime error
Commit
·
ab6b906
1
Parent(s):
fba9f25
add example
Browse files
app.py
CHANGED
@@ -73,5 +73,5 @@ def bulk_function(filename):
|
|
73 |
# return dataframe for space output
|
74 |
return YOUR_FILENAME
|
75 |
|
76 |
-
gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],
|
77 |
-
|
|
|
73 |
# return dataframe for space output
|
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 |
+
77 ).launch(debug=True)
|