Zaious commited on
Commit
b6138bd
·
verified ·
1 Parent(s): 283e6cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def gpt_answer(brand_name,question, info):
137
  return completed_text
138
 
139
  demo = gr.Interface(
140
- fn=gpt_answer,
141
  inputs=[
142
  gr.Text(label="品牌名稱",value="Toyota"),
143
  gr.Text(label="關注問題",value="電動車展業的發展"),
 
137
  return completed_text
138
 
139
  demo = gr.Interface(
140
+ fn=generate_answer,
141
  inputs=[
142
  gr.Text(label="品牌名稱",value="Toyota"),
143
  gr.Text(label="關注問題",value="電動車展業的發展"),