Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chohj06ms
/
DeCorate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chohj06ms
commited on
Mar 5, 2024
Commit
8d72a25
·
verified
·
1 Parent(s):
3289878
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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: