Spaces:
Runtime error
Runtime error
File size: 995 Bytes
cf6b4b1 84f8453 cf6b4b1 84f8453 |
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 27 28 29 30 31 32 |
---
title: GPTNEXTWORD
emoji: 🐢
colorFrom: pink
colorTo: red
sdk: gradio
sdk_version: 4.2.0
app_file: app.py
pinned: false
license: mit
author: Sanjana Tule + Sijuade Oguntayo
---
# GPT Explorer Gradio App
## Introduction
GPT Explorer is an interactive Gradio app that allows users to experience the power of a GPT-based language model. It provides an intuitive interface for generating text based on user inputs like context prompts, temperature, maximum token length, and top-k random sampling.
## Features
- **Custom Prompt Input**: Enter any text to set the context for the AI's response.
- **Temperature Setting**: Adjust creativity level for varied output.
- **Max Tokens**: Define the length of the AI-generated text.
- **Top-K Sampling**: Control the randomness of the output.
## Installation
To run GPT Explorer locally, you will need to install the required dependencies.
```bash
git clone https://github.com/Delve-ERAV1/S22.git
cd gpt-explorer
pip install -r requirements.txt
|