Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ import time
|
|
12 |
import cv2
|
13 |
from numpy import asarray
|
14 |
import streamlit as st
|
|
|
15 |
st.title("Tag_Diciphering")
|
16 |
def prediction():
|
17 |
total_time_start = time.time()
|
|
|
12 |
import cv2
|
13 |
from numpy import asarray
|
14 |
import streamlit as st
|
15 |
+
import gradio as gr
|
16 |
st.title("Tag_Diciphering")
|
17 |
def prediction():
|
18 |
total_time_start = time.time()
|