FastChat
FastChat copied to clipboard
Fix web launch bug
Fix argument missing bug. TypeError: set_global_vars() missing 1 required positional argument: 'use_remote_storage_'
Why are these changes needed?
python3 -m fastchat.serve.gradio_web_server launch failed.
info
"""
2024-04-23 07:32:13 | ERROR | stderr | Traceback (most recent call last):
2024-04-23 07:32:13 | ERROR | stderr | File "
Related issue number (if applicable)
There is no issue yet
Checks
- [x ] I've run
format.shto lint the changes in this PR. - [x ] I've included any doc changes needed.
- [x ] I've made sure the relevant tests are passing (if applicable).