Spaces:
Runtime error
Runtime error
Commit
·
b2f2472
1
Parent(s):
b8d3083
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
|
4 |
-
st.title(HaltmannDiffusionv0.1 BETA WORK IN PROGRESS")
|
5 |
stapp.py --installer cloob_latent_diffusion=https://github.com/JD-P/cloob-latent-diffusion/archive/master.zip --installer megatron=https://github.com/NVIDIA/MegatronLM/archive/master.zip --installer huggingface=https://github.com/huggingface/transformers
|
6 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
7 |
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
|
4 |
+
st.title("HaltmannDiffusionv0.1 BETA WORK IN PROGRESS")
|
5 |
stapp.py --installer cloob_latent_diffusion=https://github.com/JD-P/cloob-latent-diffusion/archive/master.zip --installer megatron=https://github.com/NVIDIA/MegatronLM/archive/master.zip --installer huggingface=https://github.com/huggingface/transformers
|
6 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
7 |
|