Spaces:
Running
on
Zero
Running
on
Zero
O S I H
commited on
Commit
•
c952748
1
Parent(s):
8ac3910
uploadfiles_
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ else:
|
|
36 |
print("Using CPU")
|
37 |
|
38 |
model = model.to(device)
|
39 |
-
# Dispatch Errors
|
40 |
|
41 |
|
42 |
@spaces.GPU(duration=60)
|
@@ -111,5 +110,7 @@ demo = gr.ChatInterface(
|
|
111 |
stop_btn="Stop Generation",
|
112 |
title="Chat With Phi-3-small-128k-instruct",
|
113 |
description="[microsoft/Phi-3-small-128k-instruct](https://huggingface.co/microsoft/Phi-3-small-128k-instruct)",
|
|
|
|
|
114 |
)
|
115 |
demo.launch()
|
|
|
36 |
print("Using CPU")
|
37 |
|
38 |
model = model.to(device)
|
|
|
39 |
|
40 |
|
41 |
@spaces.GPU(duration=60)
|
|
|
110 |
stop_btn="Stop Generation",
|
111 |
title="Chat With Phi-3-small-128k-instruct",
|
112 |
description="[microsoft/Phi-3-small-128k-instruct](https://huggingface.co/microsoft/Phi-3-small-128k-instruct)",
|
113 |
+
css="footer {visibility: hidden}",
|
114 |
+
theme="NoCrypt/[email protected]",
|
115 |
)
|
116 |
demo.launch()
|