Update app.py
Browse files
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)
|