asataura commited on
Commit
26a0c83
·
1 Parent(s): 5bbb9d5

Commenting out the LLM part

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def perform_testing(agent, jammer_type, channel_switching_cost):
49
  # pipeline = transformers.pipeline("text-generation", model=model, tokenizer=tokenizer, max_length=100,
50
  # temperature=0.7)
51
 
52
- # st.title("Beyond the Anti-Jam: Integration of DRL with LLM")
53
 
54
  st.sidebar.header("Make Your Environment Configuration")
55
  mode = st.sidebar.radio("Choose Mode", ["Auto", "Manual"])
 
49
  # pipeline = transformers.pipeline("text-generation", model=model, tokenizer=tokenizer, max_length=100,
50
  # temperature=0.7)
51
 
52
+ st.title("Beyond the Anti-Jam: Integration of DRL with LLM")
53
 
54
  st.sidebar.header("Make Your Environment Configuration")
55
  mode = st.sidebar.radio("Choose Mode", ["Auto", "Manual"])