Vikas01 commited on
Commit
9511888
·
1 Parent(s): 6e658b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def attend():
80
  @app.route('/at')
81
  def hi():
82
  def gradio_wrapper(img):
83
- global model
84
  print(np.shape(img))
85
  return img
86
  demo = gr.Interface(
 
80
  @app.route('/at')
81
  def hi():
82
  def gradio_wrapper(img):
83
+
84
  print(np.shape(img))
85
  return img
86
  demo = gr.Interface(