dawoodkhan82 commited on
Commit
6bba166
·
1 Parent(s): 24c6079
Files changed (2) hide show
  1. 001.png +0 -0
  2. app.py +1 -2
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)