Spaces:
Sleeping
Sleeping
Update app.py
Browse files- Add Title and description
app.py
CHANGED
@@ -78,6 +78,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs:
|
|
78 |
https://www.gradio.app/docs/chatinterface
|
79 |
"""
|
80 |
demo = gr.ChatInterface(
|
|
|
|
|
81 |
respond,
|
82 |
additional_inputs=[
|
83 |
token_input,
|
|
|
78 |
https://www.gradio.app/docs/chatinterface
|
79 |
"""
|
80 |
demo = gr.ChatInterface(
|
81 |
+
title="Chat Interface to test HF Models with a HF TOKEN",
|
82 |
+
description="<center> Enter your HF Token To Acces the Models"
|
83 |
respond,
|
84 |
additional_inputs=[
|
85 |
token_input,
|