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