chohj06ms commited on
Commit
8d72a25
1 Parent(s): 3289878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ def capture_webpage_screenshot(url):
24
 
25
  # WebDriver 종료
26
  driver.quit()
 
27
 
28
 
29
  with gr.Blocks() as demo:
 
24
 
25
  # WebDriver 종료
26
  driver.quit()
27
+ return save_path
28
 
29
 
30
  with gr.Blocks() as demo: