shobhitjethani commited on
Commit
6928bff
1 Parent(s): ec67be0

Update llama_chat_bot.py

Browse files
Files changed (1) hide show
  1. llama_chat_bot.py +1 -0
llama_chat_bot.py CHANGED
@@ -103,4 +103,5 @@ def get_llama_response(message: str, history: list) -> str:
103
 
104
  import gradio as gr
105
 
 
106
  gr.ChatInterface(get_llama_response).launch()
 
103
 
104
  import gradio as gr
105
 
106
+
107
  gr.ChatInterface(get_llama_response).launch()