Spaces:
Runtime error
Runtime error
We need to install the libraries externally.
Browse files
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
|