Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,5 +299,5 @@ with gr.Blocks(css=custom_css, title="LinkShield | LinkedIn Fake Profile & Compa
|
|
| 299 |
gr.Markdown("<div style='text-align:center;font-size:1.06em;'>The model uses profile features (skills, education, job title, summary, connections, experience) and text analysis to estimate the likelihood of a profile or company being fake.<br>For best results, provide as much detail as possible.</div>")
|
| 300 |
gr.HTML("<div class='credits-footnote'>Created by Sreelekha Putta</div>")
|
| 301 |
if __name__ == "__main__":
|
| 302 |
-
demo.launch(
|
| 303 |
|
|
|
|
| 299 |
gr.Markdown("<div style='text-align:center;font-size:1.06em;'>The model uses profile features (skills, education, job title, summary, connections, experience) and text analysis to estimate the likelihood of a profile or company being fake.<br>For best results, provide as much detail as possible.</div>")
|
| 300 |
gr.HTML("<div class='credits-footnote'>Created by Sreelekha Putta</div>")
|
| 301 |
if __name__ == "__main__":
|
| 302 |
+
demo.launch() # Only for local testing
|
| 303 |
|