sun2dar commited on
Commit
c713b58
·
1 Parent(s): 096f7cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ app = gr.Interface(
41
  outputs= [gr.outputs.Textbox(label="Story title"),gr.outputs.Textbox(label="Story"),gr.outputs.Image(type="pil",label="Image based on the Generated story")]
42
  )
43
 
44
- app.launch(share=True)
 
41
  outputs= [gr.outputs.Textbox(label="Story title"),gr.outputs.Textbox(label="Story"),gr.outputs.Image(type="pil",label="Image based on the Generated story")]
42
  )
43
 
44
+ app.launch()