mrm8488 commited on
Commit
5067310
1 Parent(s): a6f53e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
  title = "GPT-J-6B Demo"
3
  description = "Gradio Demo for GPT-J 6B, a Transformer model trained using Ben Wang's Mesh Transformer JAX. 'GPT-J' refers to the class of model, while '6B' represents the number of trainable parameters."
4
- article = "<p style='text-align: center'><a href='https://www.narrativa.com/' target='_blank'>Created by: Narrativa</a>
5
 
6
- About Narrativa: Natural Language Generation (NLG) | Gabriele, our machine learning-based platform, builds and deploys natural language solutions. #NLG #AI</p>"
7
  examples = [
8
  ["Narrativa is an NLP/NLG company that"],
9
  ["from transformers import AutoTokenizer"],
1
  import gradio as gr
2
  title = "GPT-J-6B Demo"
3
  description = "Gradio Demo for GPT-J 6B, a Transformer model trained using Ben Wang's Mesh Transformer JAX. 'GPT-J' refers to the class of model, while '6B' represents the number of trainable parameters."
4
+ article = "<p style='text-align: center'><a href='https://www.narrativa.com/' target='_blank'>Created by: Narrativa
5
 
6
+ About Narrativa: Natural Language Generation (NLG) | Gabriele, our machine learning-based platform, builds and deploys natural language solutions. #NLG #AI</a></p>"
7
  examples = [
8
  ["Narrativa is an NLP/NLG company that"],
9
  ["from transformers import AutoTokenizer"],