ranamhamoud commited on
Commit
cd39df4
·
verified ·
1 Parent(s): 2d9b65d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) 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,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).launch
 
 
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)