Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def chat(message, history):
|
|
| 33 |
return text.replace("<|endoftext|>", "").replace("<|padding|>", "").strip()
|
| 34 |
|
| 35 |
|
| 36 |
-
demo = gr.ChatInterface(chat,
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
demo.launch(ssr_mode=False)
|
|
|
|
| 33 |
return text.replace("<|endoftext|>", "").replace("<|padding|>", "").strip()
|
| 34 |
|
| 35 |
|
| 36 |
+
demo = gr.ChatInterface(chat, title="particle-1.0")
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
demo.launch(ssr_mode=False)
|