Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,15 +11,7 @@ import pandas as pd
|
|
11 |
from diffusers import AutoencoderKL, DiffusionPipeline
|
12 |
|
13 |
DESCRIPTION = """
|
14 |
-
# 🎨 ArtForge: AI
|
15 |
-
|
16 |
-
Create, curate, and compete with AI-generated art using OpenDalle V1.1. Join our creative multiplayer experience! 🖼️🏆✨
|
17 |
-
|
18 |
-
This demo showcases the capabilities of [OpenDalle V1.1](https://huggingface.co/dataautogpt3/OpenDalleV1.1) by @dataautogpt3, a powerful merge of several models designed for excellent performance.
|
19 |
-
|
20 |
-
**NOTE: The model is licensed under a non-commercial license**
|
21 |
-
|
22 |
-
Created by [mrfakename](https://mrfake.name/) - [Twitter](https://twitter.com/realmrfakename) - [GitHub](https://github.com/fakerybakery/) - [Hugging Face](https://huggingface.co/mrfakename)
|
23 |
"""
|
24 |
|
25 |
if not torch.cuda.is_available():
|
|
|
11 |
from diffusers import AutoencoderKL, DiffusionPipeline
|
12 |
|
13 |
DESCRIPTION = """
|
14 |
+
# 🎨 ArtForge: OpenDALLE AI Masterpiece Arena 🖼️🏆
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
if not torch.cuda.is_available():
|