Update README.md
Browse files
README.md
CHANGED
@@ -42,13 +42,13 @@ library_name: diffusers
|
|
42 |
|
43 |
This is a test model like Dall-E 3.
|
44 |
|
45 |
-
Estimated generateion time is ~
|
46 |
|
47 |
By KVI Kontent
|
48 |
|
49 |
## Usage
|
50 |
|
51 |
-
You can try out model using Huggingface Interface API, here:
|
52 |
```Python
|
53 |
import requests
|
54 |
import io
|
|
|
42 |
|
43 |
This is a test model like Dall-E 3.
|
44 |
|
45 |
+
Estimated generateion time is ~ 60 seconds on gpu
|
46 |
|
47 |
By KVI Kontent
|
48 |
|
49 |
## Usage
|
50 |
|
51 |
+
You can try out model using Huggingface Interface API, and here is how:
|
52 |
```Python
|
53 |
import requests
|
54 |
import io
|