danavirtual commited on
Commit
40abe2f
Β·
1 Parent(s): a5f5226

added title to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",