LLaMA-Board / app.py
hiyouga's picture
Update app.py
c43ff02
raw
history blame
101 Bytes
from llmtuner import create_ui
if __name__ == "__main__":
demo = create_ui()
demo.launch()