andreska commited on
Commit
b32858c
·
verified ·
1 Parent(s): 1d7924f

Change api endpoint name

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ iface = gr.Interface(
9
  gr.Textbox(label="Project Data"),
10
  gr.Textbox(label="Question")
11
  ],
 
12
  outputs="text"
13
  )
14
 
 
9
  gr.Textbox(label="Project Data"),
10
  gr.Textbox(label="Question")
11
  ],
12
+ api_name="/analyze",
13
  outputs="text"
14
  )
15