Spaces:
Sleeping
Sleeping
deepapaikar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ iface = gr.Interface(
|
|
31 |
fn=generate_text,
|
32 |
inputs=gr.Textbox(lines=5, label="Enter your text here:"),
|
33 |
outputs=gr.Textbox(lines=5, label="Generated Text:"),
|
34 |
-
title="
|
35 |
-
description="Enter some text and this app will generate more text based on it using the
|
36 |
)
|
37 |
|
38 |
if __name__ == "__main__":
|
|
|
31 |
fn=generate_text,
|
32 |
inputs=gr.Textbox(lines=5, label="Enter your text here:"),
|
33 |
outputs=gr.Textbox(lines=5, label="Generated Text:"),
|
34 |
+
title="KatzLLaMA",
|
35 |
+
description="Enter some text and this app will generate more text based on it using the KatzLLaMA."
|
36 |
)
|
37 |
|
38 |
if __name__ == "__main__":
|