Update inference_app.py
Browse files- inference_app.py +0 -6
inference_app.py
CHANGED
|
@@ -1,16 +1,10 @@
|
|
| 1 |
-
|
| 2 |
import time
|
| 3 |
import json
|
| 4 |
-
|
| 5 |
import gradio as gr
|
| 6 |
-
|
| 7 |
from gradio_molecule3d import Molecule3D
|
| 8 |
-
|
| 9 |
from inference import inference
|
| 10 |
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
def predict (input_seq_1, input_msa_1, input_protein_1, input_seq_2,input_msa_2, input_protein_2):
|
| 15 |
start_time = time.time()
|
| 16 |
# Do inference here
|
|
|
|
|
|
|
| 1 |
import time
|
| 2 |
import json
|
|
|
|
| 3 |
import gradio as gr
|
|
|
|
| 4 |
from gradio_molecule3d import Molecule3D
|
|
|
|
| 5 |
from inference import inference
|
| 6 |
|
| 7 |
|
|
|
|
|
|
|
| 8 |
def predict (input_seq_1, input_msa_1, input_protein_1, input_seq_2,input_msa_2, input_protein_2):
|
| 9 |
start_time = time.time()
|
| 10 |
# Do inference here
|