gitlost-murali commited on
Commit
4c219e4
1 Parent(s): 364b7d1

remove port in app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def main():
103
  description="Upload an image and enter a prompt to see the model's prediction."
104
  )
105
 
106
- iface.launch(server_name="0.0.0.0", port=7860)
107
 
108
 
109
  if __name__ == "__main__":
 
103
  description="Upload an image and enter a prompt to see the model's prediction."
104
  )
105
 
106
+ iface.launch(server_name="0.0.0.0")
107
 
108
 
109
  if __name__ == "__main__":