Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
|
|
2 |
|
3 |
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
|
4 |
|
5 |
-
gr.Interface.load("huggingface/remotejob/tweetsDISTILGPT2fi_v4", examples=examples).launch();
|
|
|
2 |
|
3 |
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
|
4 |
|
5 |
+
gr.Interface.load("huggingface/remotejob/tweetsDISTILGPT2fi_v4", title="*Titulo*", examples=examples).launch();
|