Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,13 +15,10 @@ Mahesh: I’m fine. What about you?
|
|
15 |
Rohit: Good. How’s your work going on?
|
16 |
Mahesh: Not great.
|
17 |
Rohit: Why? What happened?
|
18 |
-
Mahesh:
|
19 |
-
Rohit:
|
20 |
-
Mahesh:
|
21 |
-
Rohit:
|
22 |
-
Mahesh: I am, but the route of sending resumes and cover letters have so far not yielded much. It seems as if they’re disappearing into a black hole, with little to no response coming. Do you know persons in the industry who can help me land interviews?
|
23 |
-
Rohit: Sending resumes cold doesn’t work well. Offhand, I don’t recall a contact in your industry, but lemme try through people I know. I’ll let you know.
|
24 |
-
Mahesh: Thanks.''']]
|
25 |
|
26 |
model1 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|
27 |
title = 'BART-Large-cnn-samsum',
|
@@ -40,8 +37,3 @@ Parallel(model1, model2 ,
|
|
40 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
41 |
examples = example,
|
42 |
theme = 'dark-peach' ).launch()
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
15 |
Rohit: Good. How’s your work going on?
|
16 |
Mahesh: Not great.
|
17 |
Rohit: Why? What happened?
|
18 |
+
Mahesh: My workplace is far from my home. Most of my time is spent commuting and I'm not able to give time to my family.
|
19 |
+
Rohit: Oh!! That sounds taxing. What are you planning to do now?
|
20 |
+
Mahesh: I will again start applying for jobs near my home.
|
21 |
+
Rohit: Best of luck man!!''']]
|
|
|
|
|
|
|
22 |
|
23 |
model1 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|
24 |
title = 'BART-Large-cnn-samsum',
|
|
|
37 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
38 |
examples = example,
|
39 |
theme = 'dark-peach' ).launch()
|
|
|
|
|
|
|
|
|
|