bstraehle commited on
Commit
a381b61
·
verified ·
1 Parent(s): 0225e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ gr.close_all()
67
 
68
  demo = gr.Interface(fn = invoke,
69
  inputs = [gr.Textbox(label = "Prompt", value = "If I dry one shirt in the sun, it takes 1 hour. How long do 3 shirts take?", lines = 1)],
70
- outputs = [gr.Markdown(label = "Completion", lines = 1, value = os.environ["COMPLETION"])],
71
  description = description)
72
 
73
  demo.launch()
 
67
 
68
  demo = gr.Interface(fn = invoke,
69
  inputs = [gr.Textbox(label = "Prompt", value = "If I dry one shirt in the sun, it takes 1 hour. How long do 3 shirts take?", lines = 1)],
70
+ outputs = [gr.Markdown(label = "Completion", value = os.environ["COMPLETION"])],
71
  description = description)
72
 
73
  demo.launch()