Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,7 @@ examples =[
|
|
| 372 |
"Teach me to fly a helicopter"
|
| 373 |
]
|
| 374 |
|
| 375 |
-
|
| 376 |
with gr.Blocks() as app:
|
| 377 |
gr.HTML("""<center><h1>Mixtral 8x7B RPG</h1><h3>Role Playing Game Master</h3>""")
|
| 378 |
with gr.Group():
|
|
|
|
| 372 |
"Teach me to fly a helicopter"
|
| 373 |
]
|
| 374 |
|
| 375 |
+
rand_val=random.randint(1,999999999999)
|
| 376 |
with gr.Blocks() as app:
|
| 377 |
gr.HTML("""<center><h1>Mixtral 8x7B RPG</h1><h3>Role Playing Game Master</h3>""")
|
| 378 |
with gr.Group():
|