Conner commited on
Commit
95c923f
·
1 Parent(s): d8415a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from PIL import Image, ImageOps
3
  import numpy as np
4
  import gradio as gr
5
 
6
- gr.Interface(fn=predict, inputs=gr.inputs.Image(type="pil"), outputs=gr.outputs.Label(num_top_classes=2))
7
  def greet(name):
8
  return "Hello " + name + "!!"
9
 
 
3
  import numpy as np
4
  import gradio as gr
5
 
6
+
7
  def greet(name):
8
  return "Hello " + name + "!!"
9