Spaces:
Runtime error
Runtime error
bestofaiml
commited on
Commit
•
b23d861
1
Parent(s):
87630d2
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ demo = gr.ChatInterface(
|
|
101 |
),
|
102 |
],
|
103 |
stop_btn="Stop Generation",
|
104 |
-
title="
|
105 |
-
description="
|
106 |
)
|
107 |
demo.launch()
|
|
|
101 |
),
|
102 |
],
|
103 |
stop_btn="Stop Generation",
|
104 |
+
title="Experience the Phi-3 Model Now",
|
105 |
+
description="The model is operating on limited hardware with high user traffic. You may experience delays or slower responses.",
|
106 |
)
|
107 |
demo.launch()
|