wip
Browse files- app.py +1 -0
- export.pkl +3 -0
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
def greet(name):
|
4 |
return "Hello " + name + "!!"
|
|
|
1 |
import gradio as gr
|
2 |
+
from fastai.vision.all import *
|
3 |
|
4 |
def greet(name):
|
5 |
return "Hello " + name + "!!"
|
export.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16022821e22bcf013e2f620384c3a2a28aa62dfb344539c2b163f85f94802351
|
3 |
+
size 46974433
|