awinml commited on
Commit
cdd6b9d
β€’
1 Parent(s): 72e4aa8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +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).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()