Hunzla commited on
Commit
ac6a482
·
verified ·
1 Parent(s): aed76cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,6 +101,6 @@ if __name__ == '__main__':
101
  outputs,
102
  title=title,
103
  description=description,
104
- ).launch(share=True)
105
 
106
 
 
101
  outputs,
102
  title=title,
103
  description=description,
104
+ ).launch(api_open=True)
105
 
106