Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
axuint
/
OpenNiji
like
1
Runtime error
App
Files
Files
Community
1
axuint
commited on
Jan 27, 2023
Commit
f476e08
•
1 Parent(s):
ad645b7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/Korakoe/OpenNiji").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/Korakoe/OpenNiji").launch(
share=True
)