Omnibus commited on
Commit
562495d
·
verified ·
1 Parent(s): 0022710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -371,7 +371,8 @@ examples =[
371
  "Find the best deals on flippers for scuba diving",
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>""")
 
371
  "Find the best deals on flippers for scuba diving",
372
  "Teach me to fly a helicopter"
373
  ]
374
+ def clear_fn():
375
+ return None,None
376
  rand_val=random.randint(1,999999999999)
377
  with gr.Blocks() as app:
378
  gr.HTML("""<center><h1>Mixtral 8x7B RPG</h1><h3>Role Playing Game Master</h3>""")