Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ def func (message):
|
|
247 |
return tokenizer.decode(result[0])
|
248 |
|
249 |
title="Conversation Bota"
|
250 |
-
|
251 |
app = gr.Interface(
|
252 |
fn=func,
|
253 |
title="Conversation Bota",
|
|
|
247 |
return tokenizer.decode(result[0])
|
248 |
|
249 |
title="Conversation Bota"
|
250 |
+
desc="Some way ... "
|
251 |
app = gr.Interface(
|
252 |
fn=func,
|
253 |
title="Conversation Bota",
|