awinml commited on
Commit
08945b4
β€’
1 Parent(s): e1f6636

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -20,6 +20,4 @@ examples = [
20
  ["What is the square root of 64?", "The square root of 64 is 8."]
21
  ]
22
 
23
- demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description)
24
-
25
- demo.launch(share=True)
 
20
  ["What is the square root of 64?", "The square root of 64 is 8."]
21
  ]
22
 
23
+ demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description).launch()