mshook commited on
Commit
08a0f89
1 Parent(s): f410553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -21,17 +21,4 @@ demo = gr.Interface(
21
  examples=examples
22
  )
23
 
24
- demo.launch()
25
- ["<BOS> <sci_fi> After discovering time travel,"],
26
- ["<BOS> <superhero> Batman"],
27
- ["<BOS> <drama> Legolas and Gimli advanced on the orcs, raising their weapons with a harrowing war cry"],
28
- ]
29
-
30
- demo = gr.Interface(
31
- fn=generate,
32
- inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
33
- outputs=gr.outputs.Textbox(label="Generated Text"),
34
- examples=examples
35
- )
36
-
37
- demo.launch()
 
21
  examples=examples
22
  )
23
 
24
+ demo.launch()