Songwei Ge commited on
Commit
05fc388
1 Parent(s): 7b1dafa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,5 +6,5 @@ HTML = "<!-- Include stylesheet -->\n<link href=\"https://cdn.quilljs.com/1.3.6/
6
  def greet(name):
7
  return HTML, ''
8
 
9
- iface = gr.Interface(fn=greet, gr.Textbox(placeholder="Enter sentence here..."), ["html", "json"])
10
  iface.launch()
 
6
  def greet(name):
7
  return HTML, ''
8
 
9
+ iface = gr.Interface(greet, gr.Textbox(placeholder="Enter sentence here..."), ["html", "json"])
10
  iface.launch()