mayura25 commited on
Commit
471fd31
1 Parent(s): 84b1aa3

Update app.py

Browse files

edited gradio fun

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,6 +63,6 @@ iface = gr.Interface(
63
  outputs=gr.Textbox("Predicted Digit"),
64
  )
65
 
66
- iface.launch()
67
 
68
 
 
63
  outputs=gr.Textbox("Predicted Digit"),
64
  )
65
 
66
+ iface.launch(share=True)
67
 
68