Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def Custom_detect(img):
|
|
156 |
inp = gr.Image(type="pil")
|
157 |
#gr.inputs.Image(type="filepath", label="Input")
|
158 |
#output=gr.outputs.Image(type="pil", label="Output Image")
|
159 |
-
output = gr.Image(type="pil",shape=(100,
|
160 |
#gr.outputs.Image(type="filepath", label="Output")
|
161 |
#.outputs.Textbox() ,api_mode=True
|
162 |
|
|
|
156 |
inp = gr.Image(type="pil")
|
157 |
#gr.inputs.Image(type="filepath", label="Input")
|
158 |
#output=gr.outputs.Image(type="pil", label="Output Image")
|
159 |
+
output = gr.Image(type="pil",shape=(100,100))
|
160 |
#gr.outputs.Image(type="filepath", label="Output")
|
161 |
#.outputs.Textbox() ,api_mode=True
|
162 |
|