Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,11 +25,11 @@ client = OpenAI(
|
|
25 |
)
|
26 |
|
27 |
# --- Gradio App Configuration ---
|
28 |
-
title = "Python Maintainability Refactoring
|
29 |
description = """
|
30 |
## Instructions for Using the Model
|
31 |
### Model Loading Time:
|
32 |
-
- Please allow time for the model on
|
33 |
### Code Submission:
|
34 |
- You can enter or paste your Python code you wish to have refactored, or use the provided example.
|
35 |
### Python Code Constraints:
|
|
|
25 |
)
|
26 |
|
27 |
# --- Gradio App Configuration ---
|
28 |
+
title = "Python Maintainability Refactoring demo"
|
29 |
description = """
|
30 |
## Instructions for Using the Model
|
31 |
### Model Loading Time:
|
32 |
+
- Please allow time for the model on GPU server to initialize if it's starting fresh ("Cold Start"). The response will appear token by token.
|
33 |
### Code Submission:
|
34 |
- You can enter or paste your Python code you wish to have refactored, or use the provided example.
|
35 |
### Python Code Constraints:
|