Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +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://
|
|
|
|
|
5 |
examples = [
|
6 |
["Narrativa is an NLP/NLG company that"],
|
7 |
["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>
|
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"],
|