Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Dracomoth
/
Stable-Diffusion-WebUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dracomoth
commited on
Nov 12, 2023
Commit
5c7bd7f
·
1 Parent(s):
5464139
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import os
2
3
#Gitclone function
4
def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :
1
import os
2
+
import pathlib
3
4
#Gitclone function
5
def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :