atifsial123 commited on
Commit
3b7ef21
·
verified ·
1 Parent(s): ba60bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,7 @@ install("transformers")
10
  install("torch")
11
  install("pandas")
12
  install("gradio")
 
13
 
14
  import pandas as pd
15
  import gradio as gr
@@ -78,3 +79,4 @@ iface = gr.Interface(
78
  if __name__ == "__main__":
79
  iface.launch()
80
 
 
 
10
  install("torch")
11
  install("pandas")
12
  install("gradio")
13
+ install("openpyxl") # Added installation for openpyxl
14
 
15
  import pandas as pd
16
  import gradio as gr
 
79
  if __name__ == "__main__":
80
  iface.launch()
81
 
82
+