Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ gr.close_all()
|
|
68 |
demo = gr.Interface(fn = invoke,
|
69 |
inputs = [gr.Textbox(label = "Prompt", value = "hi", lines = 1)],
|
70 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
71 |
-
title = "Generative AI - LLM",
|
72 |
description = description)
|
73 |
|
74 |
demo.launch()
|
|
|
68 |
demo = gr.Interface(fn = invoke,
|
69 |
inputs = [gr.Textbox(label = "Prompt", value = "hi", lines = 1)],
|
70 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
|
|
71 |
description = description)
|
72 |
|
73 |
demo.launch()
|