mrm8488 commited on
Commit
76dec67
1 Parent(s): 5067310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,9 +1,7 @@
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"],
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> Natural Language Generation(NLG) | Gabriele, our machine learning-based platform, builds and deploys natural language solutions. # NLG #AI</p>"
 
 
5
  examples = [
6
  ["Narrativa is an NLP/NLG company that"],
7
  ["from transformers import AutoTokenizer"],