Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
anzorq/finetuned_diffusion
alex1488bik
/
finetuned_diffusionss
like
0
Runtime error
App
Files
Files
Community
anzorq
commited on
Nov 4, 2022
Commit
6fef67a
•
1 Parent(s):
2740d7b
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+3
-3
utils.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
def is_google_colab():
2
try:
3
-
import google.colab
4
-
return True
5
except:
6
-
return False
1
def is_google_colab():
2
try:
3
+
import google.colab
4
+
return True
5
except:
6
+
return False