bhaskartripathi commited on
Commit
44f60ec
·
1 Parent(s): 99159c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,6 +183,6 @@ with gr.Blocks() as demo:
183
  with gr.Group():
184
  answer = gr.Textbox(label='The answer to your question is :')
185
 
186
- btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer])
187
  #openai.api_key = os.getenv('Your_Key_Here')
188
  demo.launch()
 
183
  with gr.Group():
184
  answer = gr.Textbox(label='The answer to your question is :')
185
 
186
+ btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer],api_name="pdfGPTAPI")
187
  #openai.api_key = os.getenv('Your_Key_Here')
188
  demo.launch()