Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def process_image(image_input):
|
|
115 |
image_path, # URL of the image
|
116 |
True, # Additional parameter for the server (e.g., enable detailed captioning)
|
117 |
fn_index=2,
|
118 |
-
token=hf_token
|
119 |
)
|
120 |
|
121 |
return result
|
|
|
115 |
image_path, # URL of the image
|
116 |
True, # Additional parameter for the server (e.g., enable detailed captioning)
|
117 |
fn_index=2,
|
118 |
+
token=hf_token
|
119 |
)
|
120 |
|
121 |
return result
|