Spaces:
Running
on
Zero
Running
on
Zero
delete imports and mentions of Kandinsky-3 folder
Browse files- src/kandinsky.py +2 -2
src/kandinsky.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import sys
|
2 |
-
sys.path.append('Kandinsky-3')
|
3 |
|
4 |
import torch
|
5 |
-
from kandinsky3 import get_T2I_pipeline
|
6 |
from fastapi import FastAPI, HTTPException
|
7 |
from pydantic import BaseModel
|
8 |
from typing import Optional
|
|
|
1 |
import sys
|
2 |
+
# sys.path.append('Kandinsky-3')
|
3 |
|
4 |
import torch
|
5 |
+
# from kandinsky3 import get_T2I_pipeline
|
6 |
from fastapi import FastAPI, HTTPException
|
7 |
from pydantic import BaseModel
|
8 |
from typing import Optional
|