Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def main():
|
|
| 114 |
outputs=[llm_output]
|
| 115 |
)
|
| 116 |
|
| 117 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
main()
|
|
|
|
| 114 |
outputs=[llm_output]
|
| 115 |
)
|
| 116 |
|
| 117 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
main()
|