Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ 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,
|
|
|
|
| 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,
|