Hugging Face
Models
Datasets
Spaces
Community
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
728f8d7
·
1 Parent(s):
dcc2206
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,4 +123,4 @@ interface=gr.Interface(fn=predict, title="Brain MR Image Generation with StyleGA
123
124
125
126
-
interface.launch(
share
=True,show_error=True)
123
124
125
126
+
interface.launch(
debug
=True,show_error=True)