Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
fn=starling_bot.predict,
|
74 |
title=title,
|
75 |
description=description,
|
76 |
-
|
77 |
inputs=[
|
78 |
gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
|
79 |
gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),
|
|
|
73 |
fn=starling_bot.predict,
|
74 |
title=title,
|
75 |
description=description,
|
76 |
+
# examples=examples,
|
77 |
inputs=[
|
78 |
gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
|
79 |
gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),
|