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