Spaces:
Sleeping
Sleeping
File size: 499 Bytes
aaf3697 525a486 aaf3697 525a486 aaf3697 82ce62c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
title: Xghhf2remote2409230825
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: cc-by-4.0
---
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
----
* Some ficticious text here
```python
import gradio as gr
from transformers import pipeline
```
|