Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def update_game(inp):
|
|
| 31 |
|
| 32 |
def dif_fn(inp):
|
| 33 |
rand = random.randint(1,200)
|
| 34 |
-
for i in rand:
|
| 35 |
inp+=" "
|
| 36 |
#dif = gr.Interface.load("models/stabilityai/stable-diffusion-2-1-base", live=True),
|
| 37 |
#dif = models[0]
|
|
|
|
| 31 |
|
| 32 |
def dif_fn(inp):
|
| 33 |
rand = random.randint(1,200)
|
| 34 |
+
for i in range(rand):
|
| 35 |
inp+=" "
|
| 36 |
#dif = gr.Interface.load("models/stabilityai/stable-diffusion-2-1-base", live=True),
|
| 37 |
#dif = models[0]
|