Spaces:
Building
on
CPU Upgrade
Building
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -722,7 +722,7 @@ def get_space_source(space_id: str) -> dict:
|
|
722 |
'app.js',
|
723 |
'main.py',
|
724 |
'streamlit_app.py',
|
725 |
-
'
|
726 |
]
|
727 |
|
728 |
source = {}
|
|
|
722 |
'app.js',
|
723 |
'main.py',
|
724 |
'streamlit_app.py',
|
725 |
+
'gradio_ui.py'
|
726 |
]
|
727 |
|
728 |
source = {}
|