PoseyATX commited on
Commit
ad5cc8a
·
1 Parent(s): b3ec6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -12,15 +12,6 @@ data = query(
12
  "parameters": {"do_sample": False},
13
  }
14
  )
15
- # Response
16
- self.assertEqual(
17
- data,
18
- [
19
- {
20
- "summary_text": "The tower is 324 metres (1,063 ft) tall, about the same height as an 81-storey building. Its base is square, measuring 125 metres (410 ft) on each side. During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest man-made structure in the world.",
21
- },
22
- ],
23
- )
24
 
25
  with gr.Blocks() as demo:
26
  name = gr.Textbox(label="Paste Your Bill Text In Here:")
 
12
  "parameters": {"do_sample": False},
13
  }
14
  )
 
 
 
 
 
 
 
 
 
15
 
16
  with gr.Blocks() as demo:
17
  name = gr.Textbox(label="Paste Your Bill Text In Here:")