acecalisto3 commited on
Commit
6ed677d
·
verified ·
1 Parent(s): b55f600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -356,7 +356,6 @@ examples=[["Based on previous interactions, generate an interactive preview of t
356
  ["Allow the user to explore and interact with the demo to test its features.",, None, None, None, None, None,],
357
  ["Gather feedback from the user about the demo and potential improvements.", None, None, None, None, None,],
358
  ["If the user approves of the app's running state you should provide a bash script that will automate all aspects of a local run and also a docker image for ease-of-launch in addition to the huggingface-ready app.py with all functions and gui and the requirements.txt file comprised of all required libraries and packages the application is dependent on, avoiding openai api at all points as we only use huggingface transformers, models, agents, libraries, api.", None, None, None, None, None,],
359
-
360
  ]
361
 
362
 
@@ -378,4 +377,4 @@ with gr.Blocks() as iface:
378
  clear = gr.ClearButton([msg, chatbot])
379
  submit_b.click(run, [msg,chatbot],[msg,chatbot])
380
  msg.submit(run, [msg, chatbot], [msg, chatbot])
381
- iface.launch()
 
356
  ["Allow the user to explore and interact with the demo to test its features.",, None, None, None, None, None,],
357
  ["Gather feedback from the user about the demo and potential improvements.", None, None, None, None, None,],
358
  ["If the user approves of the app's running state you should provide a bash script that will automate all aspects of a local run and also a docker image for ease-of-launch in addition to the huggingface-ready app.py with all functions and gui and the requirements.txt file comprised of all required libraries and packages the application is dependent on, avoiding openai api at all points as we only use huggingface transformers, models, agents, libraries, api.", None, None, None, None, None,],
 
359
  ]
360
 
361
 
 
377
  clear = gr.ClearButton([msg, chatbot])
378
  submit_b.click(run, [msg,chatbot],[msg,chatbot])
379
  msg.submit(run, [msg, chatbot], [msg, chatbot])
380
+ iface.launch()