Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ 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()
|
19 |
-
image_path = path_image
|
20 |
|
21 |
|
22 |
def loadImageIntoNumpyArray(image):
|
|
|
14 |
#import streamlit as st
|
15 |
import gradio as gr
|
16 |
#st.title("Tag_Diciphering")
|
17 |
+
def prediction(image_path):
|
18 |
total_time_start = time.time()
|
19 |
+
#image_path = path_image
|
20 |
|
21 |
|
22 |
def loadImageIntoNumpyArray(image):
|