Spaces:
Configuration error
Configuration error
Update
Browse files
app.py
CHANGED
|
@@ -2,11 +2,6 @@ import os
|
|
| 2 |
from threading import Thread
|
| 3 |
from typing import Iterator
|
| 4 |
|
| 5 |
-
# We need to run this before importing gradio and spaces to avoid the weird error related to bitsandbytes
|
| 6 |
-
from bitsandbytes.cuda_setup.main import CUDASetup
|
| 7 |
-
|
| 8 |
-
setup = CUDASetup.get_instance()
|
| 9 |
-
|
| 10 |
import gradio as gr
|
| 11 |
import spaces
|
| 12 |
import torch
|
|
|
|
| 2 |
from threading import Thread
|
| 3 |
from typing import Iterator
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
import spaces
|
| 7 |
import torch
|