Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
galuzan
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gal Uzan
commited on
Apr 16, 2023
Commit
04c6384
·
1 Parent(s):
0557fe7
4
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
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
5
def greet(name):
6
return "Hello " + name + "!!"