Arjun Singh commited on
Commit
2367f1d
·
1 Parent(s): e86400d

pausing demo

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -48,6 +48,6 @@ with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
48
  submit_btn.click(fn=chat_with_Mixtral, inputs = [prompt,token], outputs=[llm_output])
49
  clear_btn.click(fn=clear_fields,outputs=[prompt,llm_output])
50
 
51
- demo.launch()
52
  #test comment
53
 
 
48
  submit_btn.click(fn=chat_with_Mixtral, inputs = [prompt,token], outputs=[llm_output])
49
  clear_btn.click(fn=clear_fields,outputs=[prompt,llm_output])
50
 
51
+ #demo.launch()
52
  #test comment
53