Spaces:
Running
Running
meghanaraok
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -197,4 +197,4 @@ with gr.Blocks() as demo:
|
|
197 |
predict_btn = gr.Button("Predict")
|
198 |
predict_btn.click(fn = predict_icd, inputs=[text_input, model, label_count], outputs=[output])
|
199 |
|
200 |
-
demo.launch(debug =
|
|
|
197 |
predict_btn = gr.Button("Predict")
|
198 |
predict_btn.click(fn = predict_icd, inputs=[text_input, model, label_count], outputs=[output])
|
199 |
|
200 |
+
demo.launch(debug=True, share=True)
|