lorenzoscottb commited on
Commit
b582ae3
β€’
1 Parent(s): 51bd210

Update graph_utils.py

Browse files
Files changed (1) hide show
  1. graph_utils.py +0 -14
graph_utils.py CHANGED
@@ -72,17 +72,3 @@ def text_to_graph(text):
72
  allowpaymentrequest="" frameborder="0" srcdoc='{html}'></iframe>"""
73
 
74
  return html_s, graph_text
75
-
76
- # demo = gr.Interface(
77
- # text_to_graph,
78
- # inputs=gr.Textbox(label="Text", placeholder="Enter a text here."),
79
- # outputs=[gr.HTML(label="Extracted graph"),gr.Textbox(label="Extracted text")]
80
- # examples= [
81
- # ["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."],
82
- # ["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."],
83
- # ["I was walking alone with my dog in a forest."]
84
- # ],
85
- # title=title,
86
- # description=description_GNER,
87
- # cache_examples=True,
88
- # )
 
72
  allowpaymentrequest="" frameborder="0" srcdoc='{html}'></iframe>"""
73
 
74
  return html_s, graph_text