Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,6 @@ def up_file(files):
|
|
64 |
Doc_text_list = []
|
65 |
for idx, file in enumerate(files):
|
66 |
print(file.name)
|
67 |
-
print(openai_apikey)
|
68 |
return gr.Textbox.update(visible = True), gr.Button.update(visible = True), gr.Markdown.update(value = '点击“建立索引”开始对话',)
|
69 |
|
70 |
|
|
|
64 |
Doc_text_list = []
|
65 |
for idx, file in enumerate(files):
|
66 |
print(file.name)
|
|
|
67 |
return gr.Textbox.update(visible = True), gr.Button.update(visible = True), gr.Markdown.update(value = '点击“建立索引”开始对话',)
|
68 |
|
69 |
|