bstraehle commited on
Commit
801487f
1 Parent(s): a9b2194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a hr
59
  gr.close_all()
60
 
61
  demo = gr.Interface(fn = invoke,
62
- inputs = [gr.Textbox(label = "Prompt", lines = 1)],
63
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
64
  title = "Generative AI - LLM",
65
  description = description)
 
59
  gr.close_all()
60
 
61
  demo = gr.Interface(fn = invoke,
62
+ inputs = [gr.Textbox(label = "Prompt", value = "hi", lines = 1)],
63
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
64
  title = "Generative AI - LLM",
65
  description = description)