sandz7 commited on
Commit
2d9a116
β€’
1 Parent(s): 1777cb3

commented out asyncio run

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ def bot_comms(input_text: str,
265
  # await bot_comms(input_text="example", history=[], temperature=0.5, max_new_tokens=128)
266
 
267
  # Rune async function
268
- asyncio.run(main())
269
 
270
  chatbot=gr.Chatbot(height=600, label="Loki AI")
271
 
 
265
  # await bot_comms(input_text="example", history=[], temperature=0.5, max_new_tokens=128)
266
 
267
  # Rune async function
268
+ # asyncio.run(main())
269
 
270
  chatbot=gr.Chatbot(height=600, label="Loki AI")
271