rodrisouza commited on
Commit
ee9ffa5
·
verified ·
1 Parent(s): 8ca460d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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