mkaramb commited on
Commit
c3618a0
·
verified ·
1 Parent(s): 499a2bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # Library imports
2
- pip install google-cloud-documentai google-cloud-storage Pillow google-cloud-translate gradio
3
 
4
  import pandas as pd
5
  from google.api_core.client_options import ClientOptions
 
1
  # Library imports
2
+ pip install -r requirements.txt
3
 
4
  import pandas as pd
5
  from google.api_core.client_options import ClientOptions