Spaces:
Runtime error
Runtime error
Upload README.md
Browse filesfixed readme.md for config error
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤗 x402 AI Demo - Pay-per-use AI Services
|
| 2 |
|
| 3 |
A FastAPI demonstration of micropayments for AI services using the x402 protocol.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: x402 AI Demo - Pay-per-inference with Base micropayments
|
| 3 |
+
emoji: 💳
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: app.py
|
| 8 |
+
app_port: 7860
|
| 9 |
+
suggested_hardware: cpu-upgrade
|
| 10 |
+
suggested_storage: small
|
| 11 |
+
startup_duration_timeout: 10m
|
| 12 |
+
short_description: Pay-per-use Inference with Base micropayments
|
| 13 |
+
models:
|
| 14 |
+
- distilgpt2
|
| 15 |
+
- cardiffnlp/twitter-roberta-base-sentiment-latest
|
| 16 |
+
tags:
|
| 17 |
+
- fastapi
|
| 18 |
+
- x402
|
| 19 |
+
- micropayments
|
| 20 |
+
- cryptocurrency
|
| 21 |
+
- nova
|
| 22 |
+
- ai
|
| 23 |
+
- blockchain
|
| 24 |
+
- base
|
| 25 |
+
- usdc
|
| 26 |
+
- metamask
|
| 27 |
+
pinned: false
|
| 28 |
+
license: mit
|
| 29 |
+
fullWidth: true
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
# 🤗 x402 AI Demo - Pay-per-use AI Services
|
| 33 |
|
| 34 |
A FastAPI demonstration of micropayments for AI services using the x402 protocol.
|