Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Text-to-Image Synthesis with AttnGAN
|
| 3 |
emoji: 🤖
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -100,4 +100,4 @@ If you find AttnGAN useful in your research, please consider citing:
|
|
| 100 |
- [Python 2.x implementation - PyTorch](https://github.com/taoxugit/AttnGAN)
|
| 101 |
|
| 102 |
|
| 103 |
-
#### Note: This is a rough Readme as I am quite overloaded with work right now, this Readme will be updated soon with all the details (results, benchmarks, training hardware, model configurations, etc)
|
|
|
|
| 1 |
---
|
| 2 |
title: Text-to-Image Synthesis with AttnGAN
|
| 3 |
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.40.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 100 |
- [Python 2.x implementation - PyTorch](https://github.com/taoxugit/AttnGAN)
|
| 101 |
|
| 102 |
|
| 103 |
+
#### Note: This is a rough Readme as I am quite overloaded with work right now, this Readme will be updated soon with all the details (results, benchmarks, training hardware, model configurations, etc)
|