saritha5 commited on
Commit
a6c2c50
·
1 Parent(s): 5425cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(path_image):
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):