Spaces:
Runtime error
Runtime error
Commit
·
bad0f5e
1
Parent(s):
8980160
Update app.py
Browse files
app.py
CHANGED
@@ -73,4 +73,5 @@ def bulk_function(filename):
|
|
73 |
return YOUR_FILENAME
|
74 |
|
75 |
gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],
|
|
|
76 |
).launch(debug=True)
|
|
|
73 |
return YOUR_FILENAME
|
74 |
|
75 |
gr.Interface(bulk_function, [gr.inputs.File(file_count="single", type="file", label="str", optional=False),],["file"],
|
76 |
+
examples=[['https://github.com/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_examples.csv'],],
|
77 |
).launch(debug=True)
|