abidlabs HF staff commited on
Commit
c0b7f62
1 Parent(s): 266a8a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ def predict(im):
39
  return {LABELS[i]: v.item() for i, v in zip(indices, values)}
40
 
41
 
42
- interface = gr.Interface(predict, inputs='sketchpad', outputs='label', theme="default", css=".footer{display:none !important}", description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!", live=True)
43
  interface.launch(debug=True)
39
  return {LABELS[i]: v.item() for i, v in zip(indices, values)}
40
 
41
 
42
+ interface = gr.Interface(predict, inputs='sketchpad', outputs='label', theme="default", css=".footer{display:none !important}", live=True)
43
  interface.launch(debug=True)