aliciiavs commited on
Commit
b3a6728
1 Parent(s): 481b72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="zip", label="Upload a zip file"),
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()