Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ def sentiment_analysis_interface(zip_file):
|
|
47 |
# Create a Gradio interface
|
48 |
gr.Interface(
|
49 |
fn=sentiment_analysis_interface,
|
50 |
-
inputs=gr.File(type="
|
51 |
outputs="text"
|
52 |
).launch()
|
|
|
47 |
# Create a Gradio interface
|
48 |
gr.Interface(
|
49 |
fn=sentiment_analysis_interface,
|
50 |
+
inputs=gr.File(type="filepath", label="Upload a zip file"),
|
51 |
outputs="text"
|
52 |
).launch()
|