Spaces:
Sleeping
Sleeping
yuankaihuo
commited on
Commit
•
29b850a
1
Parent(s):
ecaf9b7
Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ interface = gr.Interface(
|
|
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(
|
|
|
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)
|