Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import random
|
|
4 |
import time
|
5 |
import os
|
6 |
|
7 |
-
client = Client("ShynBui/Vector_db_v3"
|
8 |
|
9 |
with gr.Blocks() as demo:
|
10 |
chatbot = gr.Chatbot()
|
|
|
4 |
import time
|
5 |
import os
|
6 |
|
7 |
+
client = Client("ShynBui/Vector_db_v3")
|
8 |
|
9 |
with gr.Blocks() as demo:
|
10 |
chatbot = gr.Chatbot()
|