Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ interface = gr.Interface(
|
|
| 44 |
outputs='label',
|
| 45 |
theme="huggingface",
|
| 46 |
title="Sketch Recognition",
|
| 47 |
-
description="
|
| 48 |
article = "<p style='text-align: center'>Sketch Recognition | Demo Model</p>",
|
| 49 |
live=True)
|
| 50 |
interface.launch(debug=True)
|
|
|
|
| 44 |
outputs='label',
|
| 45 |
theme="huggingface",
|
| 46 |
title="Sketch Recognition",
|
| 47 |
+
description="Start sketching for the machine to guess in real time!",
|
| 48 |
article = "<p style='text-align: center'>Sketch Recognition | Demo Model</p>",
|
| 49 |
live=True)
|
| 50 |
interface.launch(debug=True)
|