Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
f036aa7
1
Parent(s):
e84b948
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ client_image = Client("measmonysuon/DALLE-4K")
|
|
21 |
# Get user information to confirm authentication
|
22 |
user_info = whoami(token=API_TOKEN)
|
23 |
print("User Info:", user_info)
|
|
|
24 |
|
25 |
# Define resolutions and default style
|
26 |
resolutions = {
|
|
|
21 |
# Get user information to confirm authentication
|
22 |
user_info = whoami(token=API_TOKEN)
|
23 |
print("User Info:", user_info)
|
24 |
+
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
25 |
|
26 |
# Define resolutions and default style
|
27 |
resolutions = {
|