bstraehle commited on
Commit
0266040
·
1 Parent(s): ad6b7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 sentiment", lines = 1)],
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=--khbXchTeE", lines = 1), gr.Textbox(label = "Prompt", value = "What is GPT-4?", lines = 1)],
51
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
52
  title = "Generative AI - LLM & RAG",
53
  description = description)