adymaharana akhaliq HF staff commited on
Commit
6e1f143
1 Parent(s): 1cac669

turn off share in spaces (#2)

Browse files

- turn off share in spaces (c11029b0bfaae63cdcbc29feb972307f70ab7a80)


Co-authored-by: Ahsen Khaliq <akhaliq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def main(args):
236
  \[4\] Sharma, Piyush, et al. "Conceptual captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning." Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2018.
237
  ''')
238
 
239
- demo.launch(share=True)
240
 
241
 
242
  if __name__ == "__main__":
 
236
  \[4\] Sharma, Piyush, et al. "Conceptual captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning." Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2018.
237
  ''')
238
 
239
+ demo.launch()
240
 
241
 
242
  if __name__ == "__main__":