Spaces:
Sleeping
Sleeping
Ahmed
commited on
Update app.py
Browse files
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
|
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 |
|