Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliuca committed Mar 5, 2024
1 parent 3518d02 commit 3304602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center">
<picture>
<img alt="T-Ragx Featured Image" src="assets/featured_repo.png" height="300" style="max-width: 100%;">
<img alt="T-Ragx Featured Image" src="https://raw.githubusercontent.com/rayliuca/T-Ragx/main/assets/featured_repo.png" height="300" style="max-width: 100%;">
</picture>
<br/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='t_ragx',
package_dir={"": "src"},
packages=find_packages("src"),
version='0.0.7',
version='0.0.8',
url="https://github.com/rayliuca/T-Ragx",
description='Enhancing translation with RAG-powered large language models',
long_description=open('README.md', encoding="utf8").read(),
Expand Down

0 comments on commit 3304602

Please sign in to comment.