Locutusque commited on
Commit
acc3ae4
·
verified ·
1 Parent(s): 979b2e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ g = gr.Interface(
50
  ],
51
  outputs=[gr.Textbox(lines=10, label="Output")],
52
  title="Locutusque's Language Models",
53
- description="Try out Locutusque's (or other's) language models here! Credit goes to Mediocreatmybest for this space. You may also find some experimental preview models that have not been made public here.",
54
  concurrency_limit=1
55
  )
56
 
 
50
  ],
51
  outputs=[gr.Textbox(lines=10, label="Output")],
52
  title="Locutusque's Language Models",
53
+ description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space. You may also find some experimental preview models that have not been made public here.",
54
  concurrency_limit=1
55
  )
56