Spaces:
Runtime error
Runtime error
Ai
commited on
Commit
•
2b29e94
1
Parent(s):
849bd43
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate_gif(image, animation_type):
|
|
35 |
|
36 |
# Generate a random seed
|
37 |
seed = random.randint(0, 2**32 - 1)
|
38 |
-
prompt = "best quality, high quality,
|
39 |
|
40 |
# Set adapter weights for the selected adapter
|
41 |
adapter_weight = [0.75]
|
|
|
35 |
|
36 |
# Generate a random seed
|
37 |
seed = random.randint(0, 2**32 - 1)
|
38 |
+
prompt = "best quality, high quality,photorealisric"
|
39 |
|
40 |
# Set adapter weights for the selected adapter
|
41 |
adapter_weight = [0.75]
|