netist commited on
Commit
9d1d3ec
1 Parent(s): cbf4f37

Update app.py

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