Locutusque commited on
Commit
80f2b5c
·
verified ·
1 Parent(s): 760514e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ g = gr.Interface(
36
  gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
37
  ],
38
  outputs=[gr.Textbox(lines=10, label="Output")],
39
- title="Hugging Face Transformers Model",
40
  description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space.",
41
  concurrency_limit=1
42
  )
 
36
  gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
37
  ],
38
  outputs=[gr.Textbox(lines=10, label="Output")],
39
+ title="Locutusque's Language Models",
40
  description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space.",
41
  concurrency_limit=1
42
  )