ravikagitha commited on
Commit
2cc300a
·
verified ·
1 Parent(s): 57aadc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ interface = gr.Interface(fn=classify_image,
22
  description = "This is a machine learning model which can classify the hand written digits from 0-9.")
23
 
24
  # Launch
25
- interface.launch(inline = False,share=True)
 
22
  description = "This is a machine learning model which can classify the hand written digits from 0-9.")
23
 
24
  # Launch
25
+ interface.launch(inline = False)