moustafa0 commited on
Commit
58e3c67
·
verified ·
1 Parent(s): 11bf3da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
 
6
- text_summry = pipeline("summarization", model="csebuetnlp/mT5_m2o_arabic_crossSum")
7
 
8
 
9
 
 
3
  from transformers import pipeline
4
 
5
 
6
+ text_summry = pipeline("summarization", model="abdalrahmanshahrour/auto-arabic-summarization")
7
 
8
 
9