Spaces:
Sleeping
Sleeping
ashutoshzade
commited on
Commit
•
38a0423
1
Parent(s):
85edba8
Added title and description
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def summarize(input):
|
|
20 |
|
21 |
return output
|
22 |
|
23 |
-
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
24 |
demo.launch()
|
25 |
|
26 |
|
|
|
20 |
|
21 |
return output
|
22 |
|
23 |
+
demo = gr.Interface(fn=summarize, inputs="text", outputs="text", title="Text Summarization", description="flat-t5-3b-summarization")
|
24 |
demo.launch()
|
25 |
|
26 |
|