Yoxas commited on
Commit
6b729df
1 Parent(s): 85dde01

Update src/interface.py

Browse files
Files changed (1) hide show
  1. src/interface.py +2 -1
src/interface.py CHANGED
@@ -7,6 +7,7 @@ def create_demo():
7
  gr.Markdown(
8
  """
9
  ## LLAMA 3 Rag on Fly App
 
10
  This application allows you to experiment with LLAMA 3 8B Instruct model for RAG.
11
  You can adjust various parameters to control the model's output.
12
  """
@@ -56,4 +57,4 @@ def create_demo():
56
  if __name__ == '__main__':
57
  demo, chatbot, show_img, text_input, submit_button, uploaded_pdf, slider_chunk_size,slider_overlap_percentage,slider_temp,slider_k = create_demo()
58
  demo.queue()
59
- demo.launch()
 
7
  gr.Markdown(
8
  """
9
  ## LLAMA 3 Rag on Fly App
10
+
11
  This application allows you to experiment with LLAMA 3 8B Instruct model for RAG.
12
  You can adjust various parameters to control the model's output.
13
  """
 
57
  if __name__ == '__main__':
58
  demo, chatbot, show_img, text_input, submit_button, uploaded_pdf, slider_chunk_size,slider_overlap_percentage,slider_temp,slider_k = create_demo()
59
  demo.queue()
60
+ demo.launch()