Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,9 @@ MORE = """ ## TRY Other Models
|
|
| 9 |
### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
|
| 10 |
"""
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
# Function
|
| 13 |
def generate_image(prompt, base="Anime", motion="", step=8, progress=gr.Progress()):
|
| 14 |
retries = 3
|
|
|
|
| 9 |
### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
|
| 10 |
"""
|
| 11 |
|
| 12 |
+
# Gradio Client
|
| 13 |
+
client = Client("KingNish/Instant-Video")
|
| 14 |
+
|
| 15 |
# Function
|
| 16 |
def generate_image(prompt, base="Anime", motion="", step=8, progress=gr.Progress()):
|
| 17 |
retries = 3
|