Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ description = """The app demonstrates how to use a <strong>Large Language Model<
|
|
47 |
|
48 |
gr.close_all()
|
49 |
demo = gr.Interface(fn=invoke,
|
50 |
-
inputs = [gr.Textbox(label = "OpenAI API Key", value = "sk-", lines = 1), gr.Textbox(label = "YouTube URL", value = "https://www.youtube.com/watch?v=b1_RKu-ESCY", lines = 1), gr.Textbox(label = "Prompt", value = "Analyze
|
51 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
52 |
title = "Generative AI - LLM & RAG",
|
53 |
description = description)
|
|
|
47 |
|
48 |
gr.close_all()
|
49 |
demo = gr.Interface(fn=invoke,
|
50 |
+
inputs = [gr.Textbox(label = "OpenAI API Key", value = "sk-", lines = 1), gr.Textbox(label = "YouTube URL", value = "https://www.youtube.com/watch?v=b1_RKu-ESCY", lines = 1), gr.Textbox(label = "Prompt", value = "Analyze sentiment", lines = 1)],
|
51 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
52 |
title = "Generative AI - LLM & RAG",
|
53 |
description = description)
|