Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,5 +35,9 @@ intf = gr.Interface(fn=classify_image,
|
|
| 35 |
inputs=image,
|
| 36 |
outputs=[set_label, set_prob],
|
| 37 |
examples_per_page = 2,
|
| 38 |
-
examples=examples
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
inputs=image,
|
| 36 |
outputs=[set_label, set_prob],
|
| 37 |
examples_per_page = 2,
|
| 38 |
+
examples=examples,
|
| 39 |
+
title="CSCI4750/5750 Demo 2: Pet classification",
|
| 40 |
+
description= "Click examples below for a quick demo",
|
| 41 |
+
theme = 'huggingface',
|
| 42 |
+
layout = 'vertical')
|
| 43 |
+
intf.launch(inline=False,debug=True)
|