wanggenfu commited on
Commit
115b5c0
·
verified ·
1 Parent(s): e53d02d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ def query(input):
70
  # eval_result.passing
71
  return response
72
 
73
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
74
  demo.launch()
 
70
  # eval_result.passing
71
  return response
72
 
73
+ demo = gr.Interface(fn=query, inputs="text", outputs="text")
74
  demo.launch()