Spaces:
Runtime error
Runtime error
title: Check | |
emoji: 🏃 | |
colorFrom: purple | |
colorTo: gray | |
sdk: gradio | |
sdk_version: 3.29.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# Mein Hugging Face Chatbot | |
Dieses Repo enthält den Code zum Trainieren und Bereitstellen eines Chatbot-Modells mit Hugging Face. | |
## Installation | |
Zunächst sollten Sie sicherstellen, dass Sie Python 3.7+ und Git installiert haben. | |
Dann können Sie die benötigten Python-Bibliotheken mit pip installieren: | |
pip install -r requirements.txt | |
## Verwendung | |
Führen Sie `app.py` aus, um das Modell zu testen. Sie können einen Text eingeben und das Modell wird eine Klassifikation zurückgeben: | |