Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ colorTo: purple
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.36.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
|
|
10 |
---
|
11 |
|
12 |
|
@@ -15,7 +16,7 @@ This repository contains a Gradio-based web application that leverages open-sour
|
|
15 |
|
16 |
## Features
|
17 |
- Two Tabs for Model Selection:
|
18 |
-
- HuggingChat API: Uses open-source language models from HuggingChat.
|
19 |
- OpenAI API: Uses language models from OpenAI.
|
20 |
- Ecore File Generation: Converts natural language descriptions into Ecore files.
|
21 |
- Iterative Validation: Validates the generated Ecore files iteratively to ensure correctness.
|
@@ -61,5 +62,4 @@ Submit a pull request with a detailed explanation of your changes.
|
|
61 |
|
62 |
|
63 |
## Contact
|
64 |
-
For any questions or feedback, please open an issue or contact [[email protected]].
|
65 |
-
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.36.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
short_description: Gradio App for Generating and Validating Ecore Files
|
11 |
---
|
12 |
|
13 |
|
|
|
16 |
|
17 |
## Features
|
18 |
- Two Tabs for Model Selection:
|
19 |
+
- HuggingChat API: Uses open-source language models from HuggingChat. // deprecated in this version check the original github repo
|
20 |
- OpenAI API: Uses language models from OpenAI.
|
21 |
- Ecore File Generation: Converts natural language descriptions into Ecore files.
|
22 |
- Iterative Validation: Validates the generated Ecore files iteratively to ensure correctness.
|
|
|
62 |
|
63 |
|
64 |
## Contact
|
65 |
+
For any questions or feedback, please open an issue or contact [[email protected]].
|
|