minoD commited on
Commit
b7177e6
·
1 Parent(s): 01ac0a2

changed api_name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ iface = gr.Interface(
74
  outputs=gr.Textbox(label="想定される質問"),
75
  title="JURAN🌺",
76
  description="面接官モデルが回答を生成します。",
77
- api_name="predict"
78
  )
79
 
80
  if __name__ == "__main__":
 
74
  outputs=gr.Textbox(label="想定される質問"),
75
  title="JURAN🌺",
76
  description="面接官モデルが回答を生成します。",
77
+ api_name="/predict"
78
  )
79
 
80
  if __name__ == "__main__":