Spaces:
Running
Running
Commit
·
6bba166
1
Parent(s):
24c6079
fix
Browse files
001.png
DELETED
Binary file (31.2 kB)
|
|
app.py
CHANGED
@@ -46,7 +46,6 @@ interface = gr.Interface(
|
|
46 |
theme="huggingface",
|
47 |
title="Sketch Recognition",
|
48 |
description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!",
|
49 |
-
article = "<p style='text-align: center'>Sketch Recognition| Demo Model</p>",
|
50 |
-
examples=["001.png"],
|
51 |
live=True)
|
52 |
interface.launch(debug=True)
|
|
|
46 |
theme="huggingface",
|
47 |
title="Sketch Recognition",
|
48 |
description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!",
|
49 |
+
article = "<p style='text-align: center'>Sketch Recognition | Demo Model</p>",
|
|
|
50 |
live=True)
|
51 |
interface.launch(debug=True)
|