Spaces:
Sleeping
Sleeping
Update inference_img.py
Browse files- inference_img.py +2 -0
inference_img.py
CHANGED
@@ -5,6 +5,8 @@ import argparse
|
|
5 |
from torch.nn import functional as F
|
6 |
import warnings
|
7 |
|
|
|
|
|
8 |
OUTPUT_PATH = "/home/user/app/output/"
|
9 |
|
10 |
warnings.filterwarnings("ignore")
|
|
|
5 |
from torch.nn import functional as F
|
6 |
import warnings
|
7 |
|
8 |
+
import streamlit as st
|
9 |
+
|
10 |
OUTPUT_PATH = "/home/user/app/output/"
|
11 |
|
12 |
warnings.filterwarnings("ignore")
|