iamAI123 commited on
Commit
0c31655
·
1 Parent(s): a0fc304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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