jozzy commited on
Commit
f26caae
1 Parent(s): 67a91ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as pinecone_tools:
192
 
193
 
194
 
195
- role = gr.Interface(fn=roleChoice, inputs="text", outputs="text", description = "Choose your GPT roles, e.g. You are a helpful technology assistant. 你是一位 IT 架构师。 你是一位开发者关系顾问。你是一位机器学习工程师。你是一位高级 C++ 开发人员 ")
196
  text = gr.Interface(fn=talk2file, inputs=["text", "text"], outputs="text")
197
 
198
  vector_server = gr.Interface(fn=process_file, inputs=["text", gr.inputs.File(file_count="directory")], outputs="text")
 
192
 
193
 
194
 
195
+ role = gr.Interface(fn=roleChoice, inputs="text", outputs="text", description = "Choose your GPT roles, e.g. You are a helpful technology assistant.")
196
  text = gr.Interface(fn=talk2file, inputs=["text", "text"], outputs="text")
197
 
198
  vector_server = gr.Interface(fn=process_file, inputs=["text", gr.inputs.File(file_count="directory")], outputs="text")