Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,10 +14,11 @@ def generate_text_with_random_number():
|
|
| 14 |
def process_text(input_text):
|
| 15 |
return f"You entered: {input_text}"
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
|
| 20 |
def load_fn(models):
|
|
|
|
| 21 |
global models_load
|
| 22 |
models_load = {}
|
| 23 |
|
|
|
|
| 14 |
def process_text(input_text):
|
| 15 |
return f"You entered: {input_text}"
|
| 16 |
|
| 17 |
+
|
| 18 |
|
| 19 |
|
| 20 |
def load_fn(models):
|
| 21 |
+
prefilled_text = generate_text_with_random_number()
|
| 22 |
global models_load
|
| 23 |
models_load = {}
|
| 24 |
|