Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karumoon
/
test004
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Karumoon
commited on
Feb 19, 2023
Commit
4ef6a52
·
1 Parent(s):
8dc6b4d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -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)