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

removed / in api name

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