Spaces:
Sleeping
Sleeping
Commenting out the LLM part
Browse files
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 |
-
|
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"])
|