aakash0017 commited on
Commit
06a5ab5
·
1 Parent(s): 73d1a08

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. conv_app.py +1 -1
conv_app.py CHANGED
@@ -6,4 +6,4 @@ with gr.Blocks(css="style.css") as demo:
6
  gr.Markdown("##DR. VAI")
7
  gr.ChatInterface(make_conversation).queue()
8
 
9
- demo.launch(auth=auth_function)
 
6
  gr.Markdown("##DR. VAI")
7
  gr.ChatInterface(make_conversation).queue()
8
 
9
+ demo.launch()