anasazasaa commited on
Commit
9dbf189
·
verified ·
1 Parent(s): 696cd4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def main():
121
  cache_examples=os.getenv('CACHE_EXAMPLES') == '1'
122
  )
123
 
124
- demo.launch(share=True)
125
 
126
  if __name__ == '__main__':
127
  main()
 
121
  cache_examples=os.getenv('CACHE_EXAMPLES') == '1'
122
  )
123
 
124
+ demo.launch()
125
 
126
  if __name__ == '__main__':
127
  main()