Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
society-ethics
/
Average_diffusion_faces
like
12
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sasha
HF staff
commited on
Jan 27, 2023
Commit
f253729
·
1 Parent(s):
27d4c26
removing share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ with gr.Blocks() as demo:
52
53
btn.click(fn=get_averages, inputs=[adj,prof], outputs=gallery)
54
55
-
demo.launch(
share=True
)
56
52
53
btn.click(fn=get_averages, inputs=[adj,prof], outputs=gallery)
54
55
+
demo.launch()
56