Spaces:
Runtime error
Runtime error
Commit
·
b8d3083
1
Parent(s):
76512c8
Request to upload 5.31.22 #4.2
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import os
|
2 |
-
streamlit
|
|
|
|
|
|
|
3 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
4 |
|
5 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
|
|
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 |
|
8 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|