yuankaihuo commited on
Commit
29b850a
1 Parent(s): ecaf9b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True,debug=True)
 
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)