Spaces:
Runtime error
Runtime error
serhii-korobchenko
commited on
Commit
•
c3a0462
1
Parent(s):
5bafd2e
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
|
101 |
# outputs = gr.outputs.HTML() #uncomment for single class output
|
102 |
output_1 = gr.outputs.Label(num_top_classes=4)
|
103 |
|
104 |
-
title = "<h1 style='text-align: center;'>Image Classifier</h1>"
|
105 |
description = "Upload an image and get the predicted class."
|
106 |
# css_code='body{background-image:url("file=wave.mp4");}'
|
107 |
|
|
|
101 |
# outputs = gr.outputs.HTML() #uncomment for single class output
|
102 |
output_1 = gr.outputs.Label(num_top_classes=4)
|
103 |
|
104 |
+
title = "<h1 style='text-align: center;'>Image Classifier with Funny Annotations :)</h1>"
|
105 |
description = "Upload an image and get the predicted class."
|
106 |
# css_code='body{background-image:url("file=wave.mp4");}'
|
107 |
|