Spaces:
Runtime error
Runtime error
File size: 249 Bytes
4cda600 |
1 2 3 4 5 6 7 8 9 |
import streamlit as st
import streamlit.components.v1 as components
import time
import random
import os
def a1111():
st.title("AUTOMATIC1111")
components.iframe(src="https://camenduru-com-webui-docker.hf.space", width="auto", height="100%") |