Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,5 +45,6 @@ interface = gr.Interface(
|
|
45 |
theme="huggingface",
|
46 |
title="Sketch Recognition",
|
47 |
description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!",
|
48 |
-
article = "<p style='text-align: center'>Sketch Recognition | Demo Model</p>"
|
|
|
49 |
interface.launch(debug=True)
|
|
|
45 |
theme="huggingface",
|
46 |
title="Sketch Recognition",
|
47 |
description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!",
|
48 |
+
article = "<p style='text-align: center'>Sketch Recognition | Demo Model</p>",
|
49 |
+
live=True)
|
50 |
interface.launch(debug=True)
|