Karumoon commited on
Commit
4ef6a52
·
1 Parent(s): 8dc6b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,4 +154,5 @@ img.save('memi_save.jpg',"JPEG") # 현재 환경에 memi_save라는 이름으로
154
  image_mod(img)
155
 
156
 
157
- demo.launch()
 
 
154
  image_mod(img)
155
 
156
 
157
+ is_colab=True
158
+ demo.launch(debug=is_colab, share=is_colab)