sukiru commited on
Commit
ff78400
·
1 Parent(s): 194a96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,4 +161,4 @@ if __name__ == '__main__':
161
  return [];
162
  }}""")
163
 
164
- app.queue(concurrency_count=3).launch(share = True)
 
161
  return [];
162
  }}""")
163
 
164
+ app.queue(concurrency_count=3).launch(server_name="0.0.0.0")