taroii commited on
Commit
92e97c8
·
1 Parent(s): 081e643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- app.launch(server_port=8000, server_name="0.0.0.0")
 
 
 
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)