bstraehle commited on
Commit
39a9fa9
·
verified ·
1 Parent(s): 2b3cbc3

Update app.py

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