Spaces:
Runtime error
Runtime error
nitinbhayana
commited on
Commit
•
addd0d3
1
Parent(s):
b358447
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ gradio_app = gr.Interface(
|
|
28 |
inputs='text',
|
29 |
outputs='text',
|
30 |
title="Keyword Score",
|
|
|
31 |
)
|
32 |
|
33 |
if __name__ == "__main__":
|
|
|
28 |
inputs='text',
|
29 |
outputs='text',
|
30 |
title="Keyword Score",
|
31 |
+
share=True,
|
32 |
)
|
33 |
|
34 |
if __name__ == "__main__":
|