Araeynn commited on
Commit
e9f1e60
1 Parent(s): e30a732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def start():
36
  def op():
37
  return ""
38
 
39
- demo = gr.Interface(fn=greet, outputs="textbox")
40
 
41
  demo.launch(share=True)
42
 
 
36
  def op():
37
  return ""
38
 
39
+ demo = gr.Interface(fn=op, outputs="textbox")
40
 
41
  demo.launch(share=True)
42