Update file/test.py
Browse files- file/test.py +1 -0
file/test.py
CHANGED
@@ -7,6 +7,7 @@ from Sort_Sco_Kcat import *
|
|
7 |
from Plt import *
|
8 |
import sys
|
9 |
sys.path.append('../DLKcat/DeeplearningApproach/Code/example/')
|
|
|
10 |
from prediction_for_input import *
|
11 |
|
12 |
with gr.Blocks(css=".gradio-container {background-image: url('file=background.jpeg')}") as demo:
|
|
|
7 |
from Plt import *
|
8 |
import sys
|
9 |
sys.path.append('../DLKcat/DeeplearningApproach/Code/example/')
|
10 |
+
from model import *
|
11 |
from prediction_for_input import *
|
12 |
|
13 |
with gr.Blocks(css=".gradio-container {background-image: url('file=background.jpeg')}") as demo:
|