Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soren654
/
gragioApp
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soren654
commited on
Jan 25
Commit
e8a4027
·
verified
·
1 Parent(s):
6b0e37c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
-
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!"
1
+
2
+
3
+
gr.load("models/lexa862/NSFWmodel").launch()
4
5
def greet(name):
6
return "Hello " + name + "!"