tree3po commited on
Commit
b5e2cf9
·
verified ·
1 Parent(s): 3fa2cb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -379,6 +379,7 @@ def run(purpose,history,key_inp):
379
  else:
380
  return "Invalid Key"
381
 
 
382
 
383
 
384
  examples =[
@@ -387,7 +388,6 @@ examples =[
387
  "Find the best deals on flippers for scuba diving",
388
  "Teach me to fly a helicopter",
389
  ]
390
- with gr.Blocks() as app:
391
  key_inp=gr.Textbox()
392
  add_in=[key_inp]
393
  gr.ChatInterface(
 
379
  else:
380
  return "Invalid Key"
381
 
382
+ with gr.Blocks() as app:
383
 
384
 
385
  examples =[
 
388
  "Find the best deals on flippers for scuba diving",
389
  "Teach me to fly a helicopter",
390
  ]
 
391
  key_inp=gr.Textbox()
392
  add_in=[key_inp]
393
  gr.ChatInterface(