ASG Models commited on
Commit
a4b3ad4
1 Parent(s): 96e9b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,5 +83,5 @@ def dash(text):
83
  textai=get_answer_ai(text)
84
  return textai
85
 
86
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
87
  demo.launch()
 
83
  textai=get_answer_ai(text)
84
  return textai
85
 
86
+ demo = gr.Interface(fn=dash, inputs="text", outputs="text")
87
  demo.launch()