T3lli commited on
Commit
4bfac8c
·
verified ·
1 Parent(s): 10969d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -43,15 +43,15 @@ def respond(
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
- with gr.Blocks() as demo:
47
- # Adding a label at the top of the page
48
- gr.Markdown(
49
- """
50
- # Welcome to My Chat Interface
51
- This app uses the Llama-3.2-1B-Instruct model to provide conversational AI responses.
52
- Adjust the parameters below to customize the chat behavior.
53
- """
54
- )
55
  demo = gr.ChatInterface(
56
  respond,
57
  additional_inputs=[
 
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
46
+ with gr.Blocks() as demo:
47
+ # Adding a label at the top of the page
48
+ gr.Markdown(
49
+ """
50
+ # Welcome to My Chat Interface
51
+ This app uses the Llama-3.2-1B-Instruct model to provide conversational AI responses.
52
+ Adjust the parameters below to customize the chat behavior.
53
+ """
54
+ )
55
  demo = gr.ChatInterface(
56
  respond,
57
  additional_inputs=[