johnpaulbin commited on
Commit
3bc91a8
·
1 Parent(s): 94a1056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- title = "T0pp"
3
  description = "Gradio Demo for T0, T0* is a series of encoder-decoder models trained on a large set of different tasks specified in natural language prompts. Can use the models to perform inference on tasks by specifying your query in natural language, and the models will generate a prediction. Read more at the links below."
4
  article = "<p style='text-align: center'><a href='https://huggingface.co/bigscience/T0' target='_blank'>Hugging face model page</a></p>"
5
  examples = [
 
1
  import gradio as gr
2
+ title = "T0"
3
  description = "Gradio Demo for T0, T0* is a series of encoder-decoder models trained on a large set of different tasks specified in natural language prompts. Can use the models to perform inference on tasks by specifying your query in natural language, and the models will generate a prediction. Read more at the links below."
4
  article = "<p style='text-align: center'><a href='https://huggingface.co/bigscience/T0' target='_blank'>Hugging face model page</a></p>"
5
  examples = [