Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1Noura
/
ImageGeneration
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1Noura
commited on
Oct 1, 2024
Commit
a71605b
·
verified
·
1 Parent(s):
1cc6afc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -57,6 +57,5 @@ interface = gr.Interface(
57
)
58
59
60
-
# Launch the Gradio application
within the main guard
61
-
if __name__ == "__main__":
62
-
interface.launch()
57
)
58
59
60
+
# Launch the Gradio application
61
+
interface.launch()