Spaces:
Build error
Build error
Commit
·
a2f93bc
1
Parent(s):
dd65110
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import tkinter as tk
|
|
| 2 |
import customtkinter as ctk
|
| 3 |
|
| 4 |
from PIL import ImageTk
|
| 5 |
-
from authtoken import auth_token
|
| 6 |
|
| 7 |
import torch
|
| 8 |
from torch import autocast
|
|
|
|
| 2 |
import customtkinter as ctk
|
| 3 |
|
| 4 |
from PIL import ImageTk
|
| 5 |
+
#from authtoken import auth_token
|
| 6 |
|
| 7 |
import torch
|
| 8 |
from torch import autocast
|