Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hikinegi
/
negiencyclopedia
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hikinegi
commited on
Jul 9, 2023
Commit
d0a5910
·
1 Parent(s):
5b32939
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ interface = gr.Interface(fn=predict,
65
66
interface.queue()
67
68
-
interface.launch(
share=True
)
65
66
interface.queue()
67
68
+
interface.launch()