Upload app.py (#7)
Browse files- Upload app.py (9937097e0536eac5a8f0ce52cae337d392f3fbb5)
app.py
CHANGED
@@ -21,4 +21,4 @@ examples = [
|
|
21 |
|
22 |
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description)
|
23 |
|
24 |
-
demo.launch()
|
|
|
21 |
|
22 |
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Vicuna Language Model", description=description)
|
23 |
|
24 |
+
demo.launch(share=True)
|