lorenzoscottb commited on
Commit
0f4e6b4
β€’
1 Parent(s): 5eb29ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -103,19 +103,19 @@ interface_model_G = gr.Interface.load(
103
  cache_examples=True,
104
  )
105
 
106
- interface_model_RE = gr.Interface(
107
- text_to_graph,
108
- inputs=gr.Textbox(label="Text", placeholder="Enter a text here."),
109
- outputs=[gr.HTML(label="Extracted graph"),gr.Textbox(label="Extracted text")],
110
- examples= [
111
- ["I was skating on the outdoor ice pond that used to be across the street from my house. I was not alone, but I did not recognize any of the other people who were skating around. I went through my whole repertoire of jumps, spires, and steps-some of which I can do and some of which I'm not yet sure of. They were all executed flawlessly-some I repeated, some I did only once. I seemed to know that if I went into competition, I would be sure of coming in third because there were only three contestants. Up to that time I hadn't considered it because I hadn't thought I was good enough, but now since everything was going so well, I decided to enter."],
112
- ["I was talking on the telephone to the father of an old friend of mine (boy, 21 years old). We were discussing the party the Saturday night before to which I had invited his son as a guest. I asked him if his son had a good time at the party. He told me not to tell his son that he had told me, but that he had had a good time, except he was a little surprised that I had acted the way I did."],
113
- ["I was walking alone with my dog in a forest."]
114
- ],
115
- title=title,
116
- description=description_R,
117
- cache_examples=True,
118
- )
119
 
120
  interface_model_NER = gr.Interface.load(
121
  name="models/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",
 
103
  cache_examples=True,
104
  )
105
 
106
+ # interface_model_RE = gr.Interface(
107
+ # text_to_graph,
108
+ # inputs=gr.Textbox(label="Text", placeholder="Enter a text here."),
109
+ # outputs=[gr.HTML(label="Extracted graph"),gr.Textbox(label="Extracted text")],
110
+ # examples= [
111
+ # ["I was skating on the outdoor ice pond that used to be across the street from my house. I was not alone, but I did not recognize any of the other people who were skating around. I went through my whole repertoire of jumps, spires, and steps-some of which I can do and some of which I'm not yet sure of. They were all executed flawlessly-some I repeated, some I did only once. I seemed to know that if I went into competition, I would be sure of coming in third because there were only three contestants. Up to that time I hadn't considered it because I hadn't thought I was good enough, but now since everything was going so well, I decided to enter."],
112
+ # ["I was talking on the telephone to the father of an old friend of mine (boy, 21 years old). We were discussing the party the Saturday night before to which I had invited his son as a guest. I asked him if his son had a good time at the party. He told me not to tell his son that he had told me, but that he had had a good time, except he was a little surprised that I had acted the way I did."],
113
+ # ["I was walking alone with my dog in a forest."]
114
+ # ],
115
+ # title=title,
116
+ # description=description_R,
117
+ # cache_examples=True,
118
+ # )
119
 
120
  interface_model_NER = gr.Interface.load(
121
  name="models/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char",