hzxie commited on
Commit
a2676cc
·
verified ·
1 Parent(s): 42a9a56

feat: upgrade to Gradio 5.

Browse files
Files changed (2) hide show
  1. ARTICLE.md +0 -9
  2. README.md +2 -2
ARTICLE.md CHANGED
@@ -19,15 +19,6 @@ If our work is useful for your research, please consider citing:
19
  This project is licensed under [S-Lab License 1.0](https://huggingface.co/hzxie/city-dreamer/blob/main/LICENSE).
20
  Redistribution and use for non-commercial purposes should follow this license.
21
 
22
- ##### Find Me 🤗
23
-
24
- <a href="https://github.com/hzxie">
25
- <img style="display: inline-block; margin-right: 20px" src="https://img.shields.io/github/followers/hzxie">
26
- </a>
27
- <a href="https://twitter.com/zjhzxhz">
28
- <img style="display: inline-block" src="https://img.shields.io/twitter/follow/zjhzxhz">
29
- </a>
30
-
31
  ---
32
 
33
  <img src='https://api.infinitescript.com/badgen/count?name=hzxie/CityDreamer&ltext=Visitors&color=fdba74' style="margin: 0 auto">
 
19
  This project is licensed under [S-Lab License 1.0](https://huggingface.co/hzxie/city-dreamer/blob/main/LICENSE).
20
  Redistribution and use for non-commercial purposes should follow this license.
21
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  <img src='https://api.infinitescript.com/badgen/count?name=hzxie/CityDreamer&ltext=Visitors&color=fdba74' style="margin: 0 auto">
README.md CHANGED
@@ -4,12 +4,12 @@ emoji: 🏙️
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- <img src="https://www.infinitescript.com/projects/CityDreamer/CityDreamer-Logo.png" style="height: 150px; margin: 0 auto">
13
 
14
  Official demo for **[CityDreamer: Compositional Generative Model of Unbounded 3D Cities](https://github.com/hzxie/city-dreamer) (CVPR 2024).**
15
 
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.20.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ <img src="https://www.infinitescript.com/projects/CityDreamer/CityDreamer-Logo.webp" style="height: 150px; margin: 0 auto">
13
 
14
  Official demo for **[CityDreamer: Compositional Generative Model of Unbounded 3D Cities](https://github.com/hzxie/city-dreamer) (CVPR 2024).**
15