Spaces:
BHO
/
Runtime error

BHO commited on
Commit
5bd0ed8
1 Parent(s): 8c6917a

Update app.py

Browse files

share not supported

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,9 +96,9 @@ output_docs = gr.outputs.Textbox(label="Relevant Source Text")
96
  #gr.Interface(fn=chatbot,
97
  # inputs=[openai_key, prompt, chain_type, k], outputs=[output_text, output_docs],
98
  # title="TikehauGPT Question Answering with PDF File and OpenAI",
99
- # description="Tikehau URDs.").launch(debug = True, shared=True)
100
 
101
  gr.Interface(fn=chatbot,
102
  inputs= prompt, outputs="text",
103
  title="Question Answering with PDF File and OpenAI",
104
- description="Tikehau URDs.").launch(debug = True, share=True)
 
96
  #gr.Interface(fn=chatbot,
97
  # inputs=[openai_key, prompt, chain_type, k], outputs=[output_text, output_docs],
98
  # title="TikehauGPT Question Answering with PDF File and OpenAI",
99
+ # description="Tikehau URDs.").launch(debug = True)
100
 
101
  gr.Interface(fn=chatbot,
102
  inputs= prompt, outputs="text",
103
  title="Question Answering with PDF File and OpenAI",
104
+ description="Tikehau URDs.").launch(debug = True)