Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akukkapa
/
Meme_Generator
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akukkapa
commited on
Feb 12
Commit
1efc6e5
·
verified
·
1 Parent(s):
40c76e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -130,4 +130,4 @@ with gr.Blocks(title="AI Meme Generator") as demo:
130
)
131
132
if __name__ == "__main__":
133
-
demo.launch(
server_name="0.0.0.0", server_port=7860
)
130
)
131
132
if __name__ == "__main__":
133
+
demo.launch()