Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
imseldrith
/
DeepFakeAI
like
122
Running
App
Files
Files
Community
16
imseldrith
commited on
Apr 5, 2024
Commit
4cfe20c
·
verified
·
1 Parent(s):
61b0cfc
Delete del.py
Browse files
Files changed (1)
hide
show
del.py
+0
-9
del.py
DELETED
Viewed
@@ -1,9 +0,0 @@
1
-
import shutil
2
-
import gradio as gr
3
-
4
-
def delt(text):
5
-
txt = text
6
-
shutil.rmtree("./output")
7
-
return "Removed successfully..."
8
-
9
-
gr.Interface(delt, "text","text").launch(debug=True)