Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SerdarHelli
/
Brain-MR-Image-Generation-with-StyleGAN
like
9
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
SerdarHelli
commited on
Apr 26, 2022
Commit
62f8bf9
·
1 Parent(s):
061565a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,4 +124,4 @@ interface=gr.Interface(fn=predict, title="Brain MR Image Generation with StyleGA
124
125
126
127
-
interface.launch(
debug=True,
share=True)
124
125
126
127
+
interface.launch(share=True)