HoaAn2003 commited on
Commit
42bcb19
·
1 Parent(s): 20a01b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -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