Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import streamlit as st
|
2 |
-
#import torch
|
3 |
-
from st_app import launch_bot
|
4 |
-
import uuid
|
5 |
-
import os
|
6 |
from upload import upload_file_to_vectara
|
|
|
|
|
|
|
7 |
import nest_asyncio
|
8 |
import asyncio
|
|
|
9 |
|
10 |
#torch.classes.__path__ = []
|
11 |
|
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
|
|
2 |
from upload import upload_file_to_vectara
|
3 |
+
#from query import process_queries
|
4 |
+
import os
|
5 |
+
from st_app import launch_bot
|
6 |
import nest_asyncio
|
7 |
import asyncio
|
8 |
+
import uuid
|
9 |
|
10 |
#torch.classes.__path__ = []
|
11 |
|