Jfink09 commited on
Commit
0c5494e
·
verified ·
1 Parent(s): e568404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ inputs = [
81
  ]
82
  output = gr.Textbox(label="Predicted Laser Prescription")
83
 
84
- gr.Interface(fn=predict, inputs=inputs, outputs=output, title="Laser Prescription Prediction", css=css).launch()
 
81
  ]
82
  output = gr.Textbox(label="Predicted Laser Prescription")
83
 
84
+ gr.Interface(fn=predict, inputs=inputs, outputs=output, title="Laser Prescription Prediction", css=css).launch(share=True)