Update space
Browse files
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")
|
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
|