Spaces:
Runtime error
Runtime error
Commit
·
08463bd
1
Parent(s):
0549b59
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
|
|
38 |
# index_clear_btn.click(clear_indexes, [
|
39 |
# pinecone_api_key, pinecone_environment, pinecone_index_name], [label, file])
|
40 |
msg.submit(create_conversation, [msg, chatbot, collection_name], [msg, chatbot])
|
41 |
-
|
42 |
|
43 |
# # Retrieve the serialized list of username and password pairs from environment variable
|
44 |
# credentials_json = os.environ.get("CREDENTIALS")
|
|
|
38 |
# index_clear_btn.click(clear_indexes, [
|
39 |
# pinecone_api_key, pinecone_environment, pinecone_index_name], [label, file])
|
40 |
msg.submit(create_conversation, [msg, chatbot, collection_name], [msg, chatbot])
|
41 |
+
demo.launch()
|
42 |
|
43 |
# # Retrieve the serialized list of username and password pairs from environment variable
|
44 |
# credentials_json = os.environ.get("CREDENTIALS")
|