Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
|
|
42 |
fn=chat_with_ai, # Streaming function
|
43 |
inputs="text", # User input
|
44 |
outputs="text", # Model response
|
45 |
-
title="Streaming Alif-1.0-8B-Instruct Chatbot
|
46 |
description="Enter a prompt and get a streamed response."
|
47 |
)
|
48 |
|
|
|
42 |
fn=chat_with_ai, # Streaming function
|
43 |
inputs="text", # User input
|
44 |
outputs="text", # Model response
|
45 |
+
title="Streaming Alif-1.0-8B-Instruct Chatbot 🚀",
|
46 |
description="Enter a prompt and get a streamed response."
|
47 |
)
|
48 |
|