karths commited on
Commit
a94cab5
·
verified ·
1 Parent(s): 0e34d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,11 +25,11 @@ client = OpenAI(
25
  )
26
 
27
  # --- Gradio App Configuration ---
28
- title = "Python Maintainability Refactoring (RunPod - Streaming)"
29
  description = """
30
  ## Instructions for Using the Model
31
  ### Model Loading Time:
32
- - Please allow time for the model on RunPod 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:
 
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: