bstraehle commited on
Commit
11b3ffb
1 Parent(s): 9b6a520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()