Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from datetime import datetime, timedelta, timezone
|
|
6 |
import torch
|
7 |
from config import hugging_face_token, init_google_sheets_client, models, default_model_name, user_names, google_sheets_name, MAX_INTERACTIONS
|
8 |
import spaces
|
|
|
9 |
|
10 |
# Hack for ZeroGPU
|
11 |
torch.jit.script = lambda f: f
|
|
|
6 |
import torch
|
7 |
from config import hugging_face_token, init_google_sheets_client, models, default_model_name, user_names, google_sheets_name, MAX_INTERACTIONS
|
8 |
import spaces
|
9 |
+
import gspread
|
10 |
|
11 |
# Hack for ZeroGPU
|
12 |
torch.jit.script = lambda f: f
|