Spaces:
Running
on
Zero
Running
on
Zero
AstraBert
commited on
Commit
•
53fa913
1
Parent(s):
f339fe9
bloom1
Browse files
app.py
CHANGED
@@ -17,5 +17,5 @@ def reply(message, history):
|
|
17 |
return res
|
18 |
|
19 |
|
20 |
-
demo = gr.ChatInterface(fn=reply, title="Multilingual-
|
21 |
demo.launch()
|
|
|
17 |
return res
|
18 |
|
19 |
|
20 |
+
demo = gr.ChatInterface(fn=reply, title="Multilingual-Bloom Bot")
|
21 |
demo.launch()
|