Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,6 @@ def get_summary(text):
|
|
| 7 |
return summary[0]['summary_text']
|
| 8 |
|
| 9 |
#gr.Interface(fn=get_summary, inputs="text", outputs="text").launch()
|
| 10 |
-
gr.Interface.load("paulowoicho/t5-podcast-summarisation").launch()
|
| 11 |
|
| 12 |
|
|
|
|
| 7 |
return summary[0]['summary_text']
|
| 8 |
|
| 9 |
#gr.Interface(fn=get_summary, inputs="text", outputs="text").launch()
|
| 10 |
+
gr.Interface.load("models/paulowoicho/t5-podcast-summarisation").launch()
|
| 11 |
|
| 12 |
|