NafishZaldinanda commited on
Commit
2fe8f27
1 Parent(s): a90e985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -90,4 +90,6 @@ with gr.Blocks(title="Gemma2-2b-it-GGUF") as nlp:
90
  msg.submit(user, [msg, bot], [msg, bot], queue=False).then(
91
  predict, bot, bot
92
  )
93
- clear.click(lambda: None, None, bot, queue=False)
 
 
 
90
  msg.submit(user, [msg, bot], [msg, bot], queue=False).then(
91
  predict, bot, bot
92
  )
93
+ clear.click(lambda: None, None, bot, queue=False)
94
+
95
+ nlp.launch(max_threads=1)