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