Spaces:
Sleeping
Sleeping
Commit
·
52753cf
1
Parent(s):
64d14f7
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
|
|
9 |
|
10 |
# Define the Gradio interface
|
11 |
interface = gr.Interface(
|
12 |
-
fn=
|
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",
|