kevincluo commited on
Commit
4b9b8de
·
1 Parent(s): 16785cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ def classify(im):
19
 
20
  import gradio as gr
21
 
22
-
23
  interface = gr.Interface(
24
  fn=classify,
25
  inputs="image",
 
19
 
20
  import gradio as gr
21
 
 
22
  interface = gr.Interface(
23
  fn=classify,
24
  inputs="image",