Spaces:
Runtime error
Runtime error
sanjeevbora/FLUX.1-dev_Ebiz
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ token = os.getenv("HUGGINGFACE_HUB_TOKEN")
|
|
| 11 |
login(token=token)
|
| 12 |
|
| 13 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 14 |
-
model_repo_id = "sanjeevbora/
|
| 15 |
|
| 16 |
if torch.cuda.is_available():
|
| 17 |
torch_dtype = torch.float16
|
|
|
|
| 11 |
login(token=token)
|
| 12 |
|
| 13 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 14 |
+
model_repo_id = "sanjeevbora/FLUX.1-dev_Ebiz"
|
| 15 |
|
| 16 |
if torch.cuda.is_available():
|
| 17 |
torch_dtype = torch.float16
|