A-Celsius commited on
Commit
c133f42
·
1 Parent(s): dca9695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ interface = gr.Interface(
45
  description="AI tool that creates captions based on the image provided by the user.",
46
  )
47
 
48
- interface.launch(share=True)
 
45
  description="AI tool that creates captions based on the image provided by the user.",
46
  )
47
 
48
+ interface.launch()