lorenzoscottb commited on
Commit
e486fd9
β€’
1 Parent(s): a8805d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ interface_model_G = gr.Interface.load(
109
  interface_model_RE = gr.Interface(
110
  text_to_graph,
111
  inputs=gr.Textbox(label="Text", placeholder="Enter a text here."),
112
- outputs=[gr.HTML(label="Extracted graph"),gr.Textbox(label="Extracted text")]
113
  examples= [
114
  ["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."],
115
  ["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."],
 
109
  interface_model_RE = gr.Interface(
110
  text_to_graph,
111
  inputs=gr.Textbox(label="Text", placeholder="Enter a text here."),
112
+ outputs=[gr.HTML(label="Extracted graph"),gr.Textbox(label="Extracted text")],
113
  examples= [
114
  ["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."],
115
  ["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."],