Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HoaAn2003
/
FastAICourse
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HoaAn2003
commited on
Jun 12, 2023
Commit
42bcb19
·
1 Parent(s):
20a01b0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -1,4 +1,2 @@
1
import gradio as gr
2
-
def greet(name):
3
-
return f"Hello {name}! Welcome to HuggingFace!"
4
-
gr.Interface(fn=greet,inputs="text",outputs="text").launch()
1
+
from fastai.vision.all import *
2
import gradio as gr