Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ gr.Interface(
|
|
99 |
gr.Textbox(lines=1,label='Enter valid image URL here..'),
|
100 |
gr.Image(type='pil'),
|
101 |
gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')],
|
102 |
-
outputs=gr.Image(
|
103 |
title = title,
|
104 |
description=description
|
105 |
|
|
|
99 |
gr.Textbox(lines=1,label='Enter valid image URL here..'),
|
100 |
gr.Image(type='pil'),
|
101 |
gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')],
|
102 |
+
outputs=gr.Image(),
|
103 |
title = title,
|
104 |
description=description
|
105 |
|