techasad commited on
Commit
90a5090
1 Parent(s): ed8d7b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ iface = gr.Interface(
34
  ["An abstract landscape with vibrant colors and geometric shapes"]
35
  ]
36
  )
37
- iface.launch(share=True, server_port=8888)
38
 
 
34
  ["An abstract landscape with vibrant colors and geometric shapes"]
35
  ]
36
  )
37
+ iface.launch()
38