anusurabhi commited on
Commit
770b5c0
1 Parent(s): a15d5d3

modified app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -1,10 +1,3 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "!!"
5
-
6
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- iface.launch()
8
  #/export
9
  from fastai.vision.all import *
10
  import gradio as gr
 
 
 
 
 
 
 
 
1
  #/export
2
  from fastai.vision.all import *
3
  import gradio as gr