Ahsen Khaliq
commited on
Commit
·
f6ec886
1
Parent(s):
8d812a0
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
title = "T0pp-11B"
|
3 |
-
description = "Gradio Demo for T0pp-11B. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
4 |
article = "<p style='text-align: center'><a href='https://huggingface.co/bigscience/T0pp_11B' target='_blank'>Hugging face model page</a></p>"
|
5 |
examples = [
|
6 |
['Is this review positive or negative? Review: this is the best cast iron skillet you will ever buy'],
|
|
|
1 |
import gradio as gr
|
2 |
title = "T0pp-11B"
|
3 |
+
description = "Gradio Demo for T0pp-11B, T0* is a series of encoder-decoder models trained on a large set of different tasks specified in natural language prompts. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
4 |
article = "<p style='text-align: center'><a href='https://huggingface.co/bigscience/T0pp_11B' target='_blank'>Hugging face model page</a></p>"
|
5 |
examples = [
|
6 |
['Is this review positive or negative? Review: this is the best cast iron skillet you will ever buy'],
|