Ahmed commited on
Commit
39fea56
·
verified ·
1 Parent(s): c896f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained(instruct_model_name)
8
 
9
  def SummarizeThis(Dialogue):
10
  prompt = f"""
11
- Summarize the following conversation in more than 6 lines please.
12
 
13
  {Dialogue}
14
 
 
8
 
9
  def SummarizeThis(Dialogue):
10
  prompt = f"""
11
+ Summarize the following conversation in more than 10 lines please.
12
 
13
  {Dialogue}
14