anegi commited on
Commit
aac2649
·
1 Parent(s): e6dc6a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -12
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: I can’t cope with my manager. He was fine, to begin with, but not anymore. But that’s not the only reason.
19
- Rohit: Then?
20
- Mahesh: Also, the commute time to the office is just too much at the moment, and I don’t foresee a shift to a closer location in this organization. Too much time on the road is taking a toll on me.
21
- Rohit: Got it. So have you been applying elsewhere?
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()