Align About section with simplified controls
Browse files
app.py
CHANGED
|
@@ -874,8 +874,6 @@ with gr.Blocks(title="Human Hallucination Prediction", css="""
|
|
| 874 |
Moving away from unlikely interpretations to reveal the most probable perceptual experience
|
| 875 |
|
| 876 |
### Parameters:
|
| 877 |
-
- **Drift Noise**: Initial uncertainty in the prediction process
|
| 878 |
-
- **Diffusion Noise**: Stochastic exploration during prediction
|
| 879 |
- **Moulation Gain**: Speed of convergence to the predicted hallucination
|
| 880 |
- **Number of Iterations**: How many prediction steps to perform
|
| 881 |
- **Hierarchy Level**: Which perceptual level to predict from (early edges vs. high-level objects)
|
|
|
|
| 874 |
Moving away from unlikely interpretations to reveal the most probable perceptual experience
|
| 875 |
|
| 876 |
### Parameters:
|
|
|
|
|
|
|
| 877 |
- **Moulation Gain**: Speed of convergence to the predicted hallucination
|
| 878 |
- **Number of Iterations**: How many prediction steps to perform
|
| 879 |
- **Hierarchy Level**: Which perceptual level to predict from (early edges vs. high-level objects)
|