Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,5 @@ outputs = gr.Textbox(label="Prediction")
|
|
49 |
interface = gr.Interface(fn=predict_user_profile, inputs=inputs, outputs=outputs,
|
50 |
title='User Profile Classifier',
|
51 |
description='Predict whether a user profile is genuine or fake.')
|
|
|
52 |
|
|
|
49 |
interface = gr.Interface(fn=predict_user_profile, inputs=inputs, outputs=outputs,
|
50 |
title='User Profile Classifier',
|
51 |
description='Predict whether a user profile is genuine or fake.')
|
52 |
+
interface.launch(share=True)
|
53 |
|