seyf1elislam
commited on
fix
Browse files
app.py
CHANGED
@@ -112,6 +112,6 @@ demo = gr.ChatInterface(
|
|
112 |
title="Chat With Phi-3-Small-8k-7b-Instruct",
|
113 |
description="[microsoft/Phi-3-small-8k-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct)",
|
114 |
css="footer {visibility: hidden}",
|
115 |
-
theme="NoCrypt/miku@1.2.1"
|
116 |
)
|
117 |
demo.launch()
|
|
|
112 |
title="Chat With Phi-3-Small-8k-7b-Instruct",
|
113 |
description="[microsoft/Phi-3-small-8k-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct)",
|
114 |
css="footer {visibility: hidden}",
|
115 |
+
theme="NoCrypt/miku@1.2.1"
|
116 |
)
|
117 |
demo.launch()
|