Omnibus commited on
Commit
cce2fde
·
verified ·
1 Parent(s): 3d1aff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():