lulleliu commited on
Commit
1dbda4e
·
1 Parent(s): f2854ec

We need to install the libraries externally.

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -1,7 +1,9 @@
1
  # run this to import all needed libraries
2
- !pip install -U duckduckgo_search
3
- !pip install firebase-admin
4
- !pip install gradio
 
 
5
 
6
  from fastai import *
7
  from fastdownload import download_url
 
1
  # run this to import all needed libraries
2
+ # !pip install -U duckduckgo_search
3
+ # !pip install firebase-admin
4
+ # !pip install gradio
5
+
6
+ # Vi behöver ladda ned alla libraries externt för att det ska funka
7
 
8
  from fastai import *
9
  from fastdownload import download_url