Spaces:
Sleeping
Sleeping
socd06
commited on
Commit
·
5fba393
1
Parent(s):
4beb837
fix calls to secret, add toml to requirements.txt
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
from huggingface_hub import from_pretrained_fastai
|
2 |
|
3 |
import gradio as gr
|
|
|
1 |
+
import os
|
2 |
from huggingface_hub import from_pretrained_fastai
|
3 |
|
4 |
import gradio as gr
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio
|
2 |
timm
|
3 |
fastai>=2.4
|
4 |
-
fastcore>=1.3.27
|
|
|
|
1 |
gradio
|
2 |
timm
|
3 |
fastai>=2.4
|
4 |
+
fastcore>=1.3.27
|
5 |
+
toml
|