Spaces:
Runtime error
Runtime error
imkaushalpatel
commited on
Commit
•
c6a1fe2
1
Parent(s):
0d4af41
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def inference(input_image):
|
|
42 |
return result
|
43 |
|
44 |
inputs = gr.inputs.Image(type='pil', label="Original Image")
|
45 |
-
outputs = gr.outputs.Image(type="pil", label="Output Image"
|
46 |
|
47 |
title = "GOOGLENET"
|
48 |
description = "Gradio demo for GOOGLENET, GoogLeNet was based on a deep convolutional neural network architecture codenamed Inception which won ImageNet 2014. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
|
|
42 |
return result
|
43 |
|
44 |
inputs = gr.inputs.Image(type='pil', label="Original Image")
|
45 |
+
outputs = gr.outputs.Image(type="pil", label="Output Image")
|
46 |
|
47 |
title = "GOOGLENET"
|
48 |
description = "Gradio demo for GOOGLENET, GoogLeNet was based on a deep convolutional neural network architecture codenamed Inception which won ImageNet 2014. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|