Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,10 @@ import psychohistory
|
|
5 |
with gr.Blocks(title="PSYCHOHISTORY") as app:
|
6 |
with gr.Tab("Search"):
|
7 |
with gr.Row():
|
8 |
-
model = gr.Radio(["Gemma2", "Zephy7B"], label="Model", info="Select model",scale=2)
|
9 |
time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
|
10 |
-
deph = gr.Textbox(value="4", label="Deph", scale=2)
|
11 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
12 |
-
with gr.Column(
|
13 |
spaces_include = gr.Checkbox(label="Hight", value=False)
|
14 |
spaces_include = gr.Checkbox(label="Medium", value=False)
|
15 |
spaces_include = gr.Checkbox(label="Low", value=False)
|
|
|
5 |
with gr.Blocks(title="PSYCHOHISTORY") as app:
|
6 |
with gr.Tab("Search"):
|
7 |
with gr.Row():
|
8 |
+
model = gr.Radio(["Gemma2", "Zephy7B"], value="Gemma2",label="Model", info="Select model",scale=2)
|
9 |
time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
|
|
|
10 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
11 |
+
with gr.Column():
|
12 |
spaces_include = gr.Checkbox(label="Hight", value=False)
|
13 |
spaces_include = gr.Checkbox(label="Medium", value=False)
|
14 |
spaces_include = gr.Checkbox(label="Low", value=False)
|