Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,10 @@ import gradio as gr
|
|
6 |
import spaces
|
7 |
import logging
|
8 |
|
|
|
|
|
|
|
|
|
9 |
|
10 |
print("Using GPU for operations when available")
|
11 |
|
|
|
6 |
import spaces
|
7 |
import logging
|
8 |
|
9 |
+
# Set up logging
|
10 |
+
logging.basicConfig(level=logging.INFO)
|
11 |
+
logger = logging.getLogger(__name__)
|
12 |
+
|
13 |
|
14 |
print("Using GPU for operations when available")
|
15 |
|