Rodrigo_Cobo commited on
Commit
675a26e
1 Parent(s): 93ce85d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  def predict(image):
5
  predictions = image
6
- return {image}
7
 
8
  iface = gr.Interface(
9
  predict,
 
3
 
4
  def predict(image):
5
  predictions = image
6
+ return image
7
 
8
  iface = gr.Interface(
9
  predict,