adapt everything to work with new config file
This commit is contained in:
+11
-10
@@ -1,10 +1,13 @@
|
||||
launch:
|
||||
# The following are the default values for the launch configuration
|
||||
# for more informations look at https://www.gradio.app/docs/interface
|
||||
server_port: 8080
|
||||
server_port: 7860
|
||||
server_name: 0.0.0.0
|
||||
inbrowser: true
|
||||
inline: false
|
||||
inbrowser: true
|
||||
share : false
|
||||
debug : false
|
||||
|
||||
max-threads: 40
|
||||
quiet: false
|
||||
auth:
|
||||
@@ -12,7 +15,9 @@ launch:
|
||||
auth_username: admin
|
||||
auth_password: admin
|
||||
auth_message: null
|
||||
prevent_thread_lock : false
|
||||
show_error : false
|
||||
show_tips : true
|
||||
favicon_path : null
|
||||
ssl_keyfile : null
|
||||
ssl_certfile : null
|
||||
@@ -22,21 +27,17 @@ launch:
|
||||
show_api : false
|
||||
allowed_paths : null
|
||||
blocked_paths : null
|
||||
root_path : null
|
||||
root_path : ''
|
||||
app_kwargs : null
|
||||
state_session_capacity : 1000
|
||||
share_server_address : null
|
||||
share_server_protocol : null
|
||||
share : false
|
||||
debug : false
|
||||
|
||||
queue:
|
||||
# The following are the default values for the queue configuration
|
||||
# for more informations look at hhttps://www.gradio.app/docs/interface
|
||||
concurrency_count : 1
|
||||
status_update_rate : 'auto'
|
||||
api_open : null
|
||||
max_size : null
|
||||
concurrency_count : null
|
||||
default_concurrency_limit : 'not_set'
|
||||
|
||||
layout:
|
||||
header: scraibe/app/header.html
|
||||
footer: null
|
||||
|
||||
Reference in New Issue
Block a user