Spaces:
Build error
Build error
Craig Pretzinger
commited on
Commit
·
1d7655d
1
Parent(s):
fdec892
Fixed syntax error
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ def clean_payload(payload):
|
|
| 18 |
json_payload = None
|
| 19 |
return json_payload
|
| 20 |
|
| 21 |
-
=======
|
| 22 |
from huggingface_hub import InferenceClient # Keeping Hugging Face Client as requested
|
| 23 |
|
| 24 |
def clean_payload(payload):
|
|
|
|
| 18 |
json_payload = None
|
| 19 |
return json_payload
|
| 20 |
|
|
|
|
| 21 |
from huggingface_hub import InferenceClient # Keeping Hugging Face Client as requested
|
| 22 |
|
| 23 |
def clean_payload(payload):
|