Spaces:
Build error
Build error
turn off share
Browse files
app.py
CHANGED
@@ -69,4 +69,5 @@ gr.Interface(
|
|
69 |
["./flickr_7520721.jpg", "A woman figure skater in a blue costume holds her leg by the blade of her skate ."]
|
70 |
],
|
71 |
article=Path("docs/intro.md").read_text()
|
72 |
-
).launch(
|
|
|
|
69 |
["./flickr_7520721.jpg", "A woman figure skater in a blue costume holds her leg by the blade of her skate ."]
|
70 |
],
|
71 |
article=Path("docs/intro.md").read_text()
|
72 |
+
).launch()
|
73 |
+
# ).launch(server_name="0.0.0.0", server_port=7000, share=True)
|