Spaces:
Runtime error
Runtime error
wmacdonald
commited on
Commit
•
169bf4e
1
Parent(s):
de3707f
remove pip command
Browse files
app.py
CHANGED
@@ -16,9 +16,6 @@ except socket.error as ex: raise Exception("STOP: No internet. Click '>|' in top
|
|
16 |
import os
|
17 |
iskaggle = os.environ.get('KAGGLE_KERNEL_RUN_TYPE', '')
|
18 |
|
19 |
-
if iskaggle:
|
20 |
-
!pip install -Uqq fastai duckduckgo_search
|
21 |
-
|
22 |
# %% [markdown]
|
23 |
# In 2015 the idea of creating a computer system that could recognise birds was considered so outrageously challenging that it was the basis of [this XKCD joke](https://xkcd.com/1425/):
|
24 |
|
|
|
16 |
import os
|
17 |
iskaggle = os.environ.get('KAGGLE_KERNEL_RUN_TYPE', '')
|
18 |
|
|
|
|
|
|
|
19 |
# %% [markdown]
|
20 |
# In 2015 the idea of creating a computer system that could recognise birds was considered so outrageously challenging that it was the basis of [this XKCD joke](https://xkcd.com/1425/):
|
21 |
|