Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,6 @@ demo = gr.ChatInterface(
|
|
| 49 |
fn=respond,
|
| 50 |
title="Spartacus Chat",
|
| 51 |
description="Chat with NoesisLab/Spartacus-1B-Instruct",
|
| 52 |
-
theme=gr.themes.Soft(),
|
| 53 |
)
|
| 54 |
|
| 55 |
if __name__ == "__main__":
|
|
|
|
| 49 |
fn=respond,
|
| 50 |
title="Spartacus Chat",
|
| 51 |
description="Chat with NoesisLab/Spartacus-1B-Instruct",
|
|
|
|
| 52 |
)
|
| 53 |
|
| 54 |
if __name__ == "__main__":
|