metek7 commited on
Commit
06a4528
Β·
verified Β·
1 Parent(s): 02f9d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ genai_app = gr.Interface(fn=get_completion,
55
  allow_flagging="never",
56
  examples=["astronaut, riding a horse, on mars",
57
  "cargo ship, flying, in space"])
58
- genai_app.launch()
59
 
60
 
61
 
 
55
  allow_flagging="never",
56
  examples=["astronaut, riding a horse, on mars",
57
  "cargo ship, flying, in space"])
58
+ genai_app.launch(share=True)
59
 
60
 
61