anikde commited on
Commit
476f8b5
·
1 Parent(s): 83c2afb

updated server description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -105,7 +105,8 @@ iface = gr.Interface(
105
  css=custom_css,
106
  examples=examples
107
  )
108
- # # Server setup and launch configuration
 
109
  # if __name__ == "__main__":
110
  # server = "0.0.0.0" # IP address for server
111
  # port = 7866 # Port to run the server on
 
105
  css=custom_css,
106
  examples=examples
107
  )
108
+
109
+ # Server setup and launch configuration
110
  # if __name__ == "__main__":
111
  # server = "0.0.0.0" # IP address for server
112
  # port = 7866 # Port to run the server on