Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,5 @@ intf = gr.Interface(fn=classify_image,
|
|
| 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)
|
|
|
|
| 38 |
examples=examples,
|
| 39 |
title="CSCI4750/5750 Demo 2: Pet classification",
|
| 40 |
description= "Click examples below for a quick demo",
|
| 41 |
+
theme = 'huggingface)
|
|
|
|
| 42 |
intf.launch(inline=False,debug=True)
|