Firoj112 commited on
Commit
740803a
·
verified ·
1 Parent(s): 6492525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ agent.python_executor("from helium import *")
127
 
128
  # Launch Gradio UI
129
  try:
130
- GradioUI(agent, file_upload_folder=os.path.join(tempfile.gettempdir(), "uploads")).launch()
131
  except KeyboardInterrupt:
132
  driver.quit()
133
  logger.info("Chrome driver closed on exit.")
 
127
 
128
  # Launch Gradio UI
129
  try:
130
+ GradioUI(agent).launch()
131
  except KeyboardInterrupt:
132
  driver.quit()
133
  logger.info("Chrome driver closed on exit.")