Spaces:
Runtime error
Runtime error
Commit
Β·
1b8d0c7
1
Parent(s):
07e37b2
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import gradio as gr
|
| 4 |
import torch
|
| 5 |
from torch import autocast
|
| 6 |
-
from
|
| 7 |
|
| 8 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
| 9 |
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import torch
|
| 5 |
from torch import autocast
|
| 6 |
+
from kandinsky2 import get_kandinsky2
|
| 7 |
|
| 8 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
| 9 |
|