Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,9 @@ import jax.numpy as jnp
|
|
8 |
import numpy as np
|
9 |
|
10 |
import flax.linen as nn
|
11 |
-
from inference import PaliGemmaModel
|
|
|
|
|
12 |
|
13 |
COLORS = ['#4285f4', '#db4437', '#f4b400', '#0f9d58', '#e48ef1']
|
14 |
|
|
|
8 |
import numpy as np
|
9 |
|
10 |
import flax.linen as nn
|
11 |
+
from inference import PaliGemmaModel
|
12 |
+
|
13 |
+
pali_gemma_model = PaliGemmaModel() # Create an instance of the model
|
14 |
|
15 |
COLORS = ['#4285f4', '#db4437', '#f4b400', '#0f9d58', '#e48ef1']
|
16 |
|