Abubakar Abid commited on
Commit
9e041e7
1 Parent(s): 43ee6ea

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', 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", 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)