Spaces:
Runtime error
Runtime error
Commit ·
008def6
1
Parent(s): baf6658
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image
|
|
| 5 |
import random
|
| 6 |
|
| 7 |
# Define the model name
|
| 8 |
-
model_name = "tiiuae/
|
| 9 |
|
| 10 |
# Define the base prompt
|
| 11 |
base_prompt = """
|
|
|
|
| 5 |
import random
|
| 6 |
|
| 7 |
# Define the model name
|
| 8 |
+
model_name = "tiiuae/Falcon3-10b-instruct"
|
| 9 |
|
| 10 |
# Define the base prompt
|
| 11 |
base_prompt = """
|