awinml commited on
Commit
c0b1d45
β€’
1 Parent(s): 6b43d6e

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()
 
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)