Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ Welcome to the **Storytell AI** space, crafted with care by Ranam & George. Dive
|
|
20 |
"""
|
21 |
LICENSE = """
|
22 |
---
|
23 |
-
As a derivative work of [Llama-2-7b-
|
24 |
this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
|
25 |
"""
|
26 |
|
@@ -123,4 +123,5 @@ with gr.Blocks(css="style.css") as demo:
|
|
123 |
|
124 |
# Main Execution
|
125 |
if __name__ == "__main__":
|
126 |
-
demo.queue(max_size=20)
|
|
|
|
20 |
"""
|
21 |
LICENSE = """
|
22 |
---
|
23 |
+
As a derivative work of [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) by Meta,
|
24 |
this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
|
25 |
"""
|
26 |
|
|
|
123 |
|
124 |
# Main Execution
|
125 |
if __name__ == "__main__":
|
126 |
+
demo.queue(max_size=20)
|
127 |
+
demo.launch(share=True)
|