Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,7 @@ def anylize(img):
|
|
27 |
# return "Hello " + img + "!"
|
28 |
|
29 |
app = gr.Interface(fn=anylize, inputs="image", outputs="text")
|
30 |
-
|
31 |
-
|
|
|
|
|
|
27 |
# return "Hello " + img + "!"
|
28 |
|
29 |
app = gr.Interface(fn=anylize, inputs="image", outputs="text")
|
30 |
+
|
31 |
+
#server_port=8000, server_name="0.0.0.0",
|
32 |
+
|
33 |
+
app.launch(share=True)
|