wuchangsheng951 commited on
Commit
7b0e828
1 Parent(s): 42b7fe4

Add application file

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +2 -1
app.py CHANGED
@@ -248,10 +248,10 @@ def download_file(filename = 'merged.pdf'):
248
 
249
  with gr.Blocks() as demo:
250
  with gr.Row():
251
- gr.Markdown("<h3><center>REPO ChatGPT</center></h3>")
252
  gr.Markdown(
253
- """This is a demo to the work [Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models](https://github.com/microsoft/visual-chatgpt).<br>
254
- This space connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.<br>
255
  """
256
  )
257
  with gr.Row():
 
248
 
249
  with gr.Blocks() as demo:
250
  with gr.Row():
251
+ gr.Markdown("<h3><center>REPOGPT</center></h3>")
252
  gr.Markdown(
253
+ """This is a demo to the work [REPOGPT](https://github.com/wuchangsheng951/RepoGPT).<br>
254
+ This space connects ChatGPT and RepoGPT is a Python library that allows you to search and answer questions about a GitHub repository's content.<br>
255
  """
256
  )
257
  with gr.Row():
requirements.txt CHANGED
@@ -5,4 +5,5 @@ reportlab
5
  PILLOW
6
  langchain
7
  flask
8
- unstructured
 
 
5
  PILLOW
6
  langchain
7
  flask
8
+ unstructured
9
+ unstructured[local-inference]