MuntasirHossain commited on
Commit
82b1492
1 Parent(s): 6c74fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
91
  retry_btn=None,
92
  undo_btn=None,
93
  clear_btn="Clear",
94
- description="This chatbot is using a Hugging Face Inference Client for the google/gemma-7b-it model.",
95
  additional_inputs=additional_inputs,
96
  examples=[["Explain artificial intelligence in a few lines."]]
97
  )
 
91
  retry_btn=None,
92
  undo_btn=None,
93
  clear_btn="Clear",
94
+ description="This AI agent is using a Hugging Face Inference Client for the google/gemma-7b-it model.",
95
  additional_inputs=additional_inputs,
96
  examples=[["Explain artificial intelligence in a few lines."]]
97
  )