andrewzamp commited on
Commit
52753cf
·
1 Parent(s): 64d14f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
 
10
  # Define the Gradio interface
11
  interface = gr.Interface(
12
- fn=make_prediction, # Function to be called for predictions
13
  inputs=gr.Image(type="pil"), # Input type: Image (PIL format)
14
  outputs="html", # Output type: HTML for formatting
15
  title="Amazon arboreal species classification",
 
9
 
10
  # Define the Gradio interface
11
  interface = gr.Interface(
12
+ fn=print('HIIIII'), # Function to be called for predictions
13
  inputs=gr.Image(type="pil"), # Input type: Image (PIL format)
14
  outputs="html", # Output type: HTML for formatting
15
  title="Amazon arboreal species classification",