Spaces:
Runtime error
Runtime error
ErtugrulDemir
commited on
Commit
·
47191c3
1
Parent(s):
32305c1
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ if_p = {
|
|
42 |
"fn":summarize,
|
43 |
"inputs":gr.inputs.Textbox(label="Text"),
|
44 |
"outputs":gr.outputs.Textbox(label="Output"),
|
45 |
-
"title":"Fine-tuned
|
46 |
-
"description":"Write something to
|
47 |
"examples":examples
|
48 |
}
|
49 |
|
|
|
42 |
"fn":summarize,
|
43 |
"inputs":gr.inputs.Textbox(label="Text"),
|
44 |
"outputs":gr.outputs.Textbox(label="Output"),
|
45 |
+
"title":"Fine-tuned 't5-small' model for text summarization",
|
46 |
+
"description":"Write something to summarization text",
|
47 |
"examples":examples
|
48 |
}
|
49 |
|