Spaces:
Runtime error
Runtime error
danavirtual
commited on
Commit
Β·
40abe2f
1
Parent(s):
a5f5226
added title to app.py
Browse files
app.py
CHANGED
@@ -144,6 +144,7 @@ demo = gr.Interface(
|
|
144 |
|
145 |
],
|
146 |
outputs=["text"],
|
|
|
147 |
)
|
148 |
demo.launch(share=True,
|
149 |
server_name="0.0.0.0",
|
|
|
144 |
|
145 |
],
|
146 |
outputs=["text"],
|
147 |
+
title="Mosais MPT-7B",
|
148 |
)
|
149 |
demo.launch(share=True,
|
150 |
server_name="0.0.0.0",
|