hzxie commited on
Commit
0222435
1 Parent(s): c2164fe

fix: get_models returns a single None.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@
4
  # @Author: Haozhe Xie
5
  # @Date: 2024-03-02 16:30:00
6
  # @Last Modified by: Haozhe Xie
7
- # @Last Modified at: 2024-03-02 22:26:57
8
  # @Email: root@haozhexie.com
9
 
10
  import streamlit as st
@@ -19,7 +19,7 @@ def setup_runtime_env():
19
 
20
 
21
  def get_models():
22
- pass
23
 
24
 
25
  def get_generated_city(radius, altitude, azimuth):
 
4
  # @Author: Haozhe Xie
5
  # @Date: 2024-03-02 16:30:00
6
  # @Last Modified by: Haozhe Xie
7
+ # @Last Modified at: 2024-03-02 22:33:17
8
  # @Email: root@haozhexie.com
9
 
10
  import streamlit as st
 
19
 
20
 
21
  def get_models():
22
+ return None, None
23
 
24
 
25
  def get_generated_city(radius, altitude, azimuth):