import json
import math
import random
import os
import streamlit as st
import transformers
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("BenBranyon/hotrss-mistral-full")
model = AutoModelForCausalLM.from_pretrained("BenBranyon/hotrss-mistral-full")
st.set_page_config(page_title="House of the Red Solar Sky")
st.markdown(
"""
""",
unsafe_allow_html=True,
)
st.title("House of the Red Solar Sky")
st.markdown(
"""