Abbeite commited on
Commit
b698270
1 Parent(s): 942cad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ st.title('Chest and Physical Limitations LLM Query')
6
 
7
  # Initialize the model pipeline
8
  # Ensure to use the correct model identifier
9
- model_name = "Abbeite/chest_and_physical_limitations"
10
  generator = pipeline('text-generation', model=model_name)
11
 
12
  # User prompt input
 
6
 
7
  # Initialize the model pipeline
8
  # Ensure to use the correct model identifier
9
+ model_name = "Abbeite/chest_and_physical_limitations2"
10
  generator = pipeline('text-generation', model=model_name)
11
 
12
  # User prompt input