Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeepSoft-Technologies
/
DeepMed
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DeepSoft-Tech
commited on
Feb 4, 2024
Commit
49c8b8b
·
verified
·
1 Parent(s):
8736625
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,6 @@
1
from fastai.text.all import *
2
import gradio as gr
3
4
-
5
learn = load_learner('model.pkl')
6
7
1
from fastai.text.all import *
2
import gradio as gr
3
4
learn = load_learner('model.pkl')
5
6