Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,8 +55,8 @@ custom_html = """
|
|
| 55 |
demo = gr.ChatInterface(
|
| 56 |
respond,
|
| 57 |
title=custom_html, # Use the custom HTML for the title
|
| 58 |
-
description="Follow us on [Instagram](https://www.instagram.com/khellon_patel_21)"
|
| 59 |
-
description="Ghar ka ai this AI does not store any data you can use as much you want without logging",
|
| 60 |
additional_inputs=[
|
| 61 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
| 62 |
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="Max new tokens"),
|
|
|
|
| 55 |
demo = gr.ChatInterface(
|
| 56 |
respond,
|
| 57 |
title=custom_html, # Use the custom HTML for the title
|
| 58 |
+
description="Follow us on [Instagram](https://www.instagram.com/khellon_patel_21)".
|
| 59 |
+
#description="Ghar ka ai this AI does not store any data you can use as much you want without logging",
|
| 60 |
additional_inputs=[
|
| 61 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
| 62 |
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="Max new tokens"),
|