Dolly135 commited on
Commit
69e5567
·
1 Parent(s): 1555800

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  # Initialize the client with the token
6
 
7
- client = InferenceClient("Dolly135/Pen_Model", token=os.getenv("token"), task="text-generation")
8
 
9
 
10
  # Modify the respond function to accept additional arguments
 
4
 
5
  # Initialize the client with the token
6
 
7
+ client = InferenceClient("Dolly135/Pen_Model", token=os.getenv("token"))
8
 
9
 
10
  # Modify the respond function to accept additional arguments