Vidyuth commited on
Commit
9dc65e9
1 Parent(s): 1abaddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ interface = gr.Interface(
44
  outputs='label',
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)
 
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)