Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
99e25cf
1
Parent(s):
49e6f67
imported file imports
Browse files- app.py +1 -0
- leveraging_machine_learning.py +1 -1
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import gradio as gr
|
|
| 2 |
import json
|
| 3 |
import textwrap
|
| 4 |
from gradio_client import Client
|
|
|
|
| 5 |
|
| 6 |
#Imported Long Variables - comment for each move to search
|
| 7 |
from relatively_constant_variables import *
|
|
|
|
| 2 |
import json
|
| 3 |
import textwrap
|
| 4 |
from gradio_client import Client
|
| 5 |
+
import spaces
|
| 6 |
|
| 7 |
#Imported Long Variables - comment for each move to search
|
| 8 |
from relatively_constant_variables import *
|
leveraging_machine_learning.py
CHANGED
|
@@ -7,7 +7,7 @@ import time
|
|
| 7 |
from sentence_transformers import SentenceTransformer
|
| 8 |
import psutil
|
| 9 |
import json
|
| 10 |
-
|
| 11 |
from threading import Thread
|
| 12 |
#-----------------
|
| 13 |
from relatively_constant_variables import knowledge_base
|
|
|
|
| 7 |
from sentence_transformers import SentenceTransformer
|
| 8 |
import psutil
|
| 9 |
import json
|
| 10 |
+
import spaces
|
| 11 |
from threading import Thread
|
| 12 |
#-----------------
|
| 13 |
from relatively_constant_variables import knowledge_base
|