awinml commited on
Commit
b727c35
β€’
1 Parent(s): 4b7a4d8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ examples = [
19
  ["What is the square root of 64?", "The square root of 64 is 8."]
20
  ]
21
 
22
- demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description, examples=examples).launch()
23
 
24
  demo.launch()
 
19
  ["What is the square root of 64?", "The square root of 64 is 8."]
20
  ]
21
 
22
+ demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description)
23
 
24
  demo.launch()