Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ license: mit
|
|
12 |
|
13 |
# Paraphrase Generator with OpenAI and Gradio
|
14 |
|
15 |
-
This is a simple demo of a paraphrase generator using OpenAI's
|
16 |
|
17 |
## Getting Started
|
18 |
|
@@ -68,7 +68,7 @@ $ python app.py
|
|
68 |
|
69 |
## Authors
|
70 |
|
71 |
-
* **Jan Philip Wahle** - *Initial work* - [Your Github Username](https://github.com
|
72 |
|
73 |
## License
|
74 |
|
|
|
12 |
|
13 |
# Paraphrase Generator with OpenAI and Gradio
|
14 |
|
15 |
+
This is a simple demo of a paraphrase generator using OpenAI's gpt-4o-mini model and Gradio for the user interface. The application allows the user to input a sentence and select a type of paraphrase. The application then generates a paraphrase of the input sentence based on the selected type.
|
16 |
|
17 |
## Getting Started
|
18 |
|
|
|
68 |
|
69 |
## Authors
|
70 |
|
71 |
+
* **Jan Philip Wahle** - *Initial work* - [Your Github Username](https://github.com/jpwahle)
|
72 |
|
73 |
## License
|
74 |
|