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

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(server_name = "0.0.0.0")
 
161
  return [];
162
  }}""")
163
 
164
+ app.queue(concurrency_count=3).launch(share = True)