awinml commited on
Commit
af0e65c
1 Parent(s): d5f97c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
12
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
- # Gemma 2B on GPU
16
  """
17
 
18
  if not torch.cuda.is_available():
@@ -125,7 +125,6 @@ with gr.Blocks(css="style.css") as demo:
125
  gr.Markdown(DESCRIPTION)
126
  gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
127
  chat_interface.render()
128
- gr.Markdown(LICENSE)
129
 
130
  if __name__ == "__main__":
131
  demo.queue(max_size=20).launch()
 
12
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
+ # Starling-LM-7B-beta on GPU
16
  """
17
 
18
  if not torch.cuda.is_available():
 
125
  gr.Markdown(DESCRIPTION)
126
  gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
127
  chat_interface.render()
 
128
 
129
  if __name__ == "__main__":
130
  demo.queue(max_size=20).launch()