update gradio & app name & add emoji
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
title: Commit
|
|
|
3 |
sdk: gradio
|
4 |
-
sdk_version: 4.
|
5 |
app_file: change_visualizer.py
|
6 |
---
|
7 |
|
@@ -53,4 +54,4 @@ This project is a main artifact of the "Research on evaluation for AI Commit Mes
|
|
53 |
- [generated_message_length_comparison.ipynb](generated_message_length_comparison.ipynb) -- compare the average
|
54 |
length of commit messages generated using the current prompt (one used in the research) and the production prompt
|
55 |
(one used to generate the messages that are measured in FUS logs). _Not finished, because could not get a Grazie
|
56 |
-
token; as soon as the token is received, the notebook can be run by following the instructions from the notebook._
|
|
|
1 |
---
|
2 |
+
title: Commit Message Editing Visualization
|
3 |
+
emoji: π
|
4 |
sdk: gradio
|
5 |
+
sdk_version: 4.37.2
|
6 |
app_file: change_visualizer.py
|
7 |
---
|
8 |
|
|
|
54 |
- [generated_message_length_comparison.ipynb](generated_message_length_comparison.ipynb) -- compare the average
|
55 |
length of commit messages generated using the current prompt (one used in the research) and the production prompt
|
56 |
(one used to generate the messages that are measured in FUS logs). _Not finished, because could not get a Grazie
|
57 |
+
token; as soon as the token is received, the notebook can be run by following the instructions from the notebook._
|