venite-xjc commited on
Commit
e43305e
1 Parent(s): afe7b3d

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import np
3
 
4
  def greet(img):
5
  print(type(img))
 
1
  import gradio as gr
2
+ import numpy as np
3
 
4
  def greet(img):
5
  print(type(img))