Spaces:
Runtime error
Runtime error
Delete page5.py
Browse files
page5.py
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import streamlit.components.v1 as components
|
3 |
-
import time
|
4 |
-
import random
|
5 |
-
import os
|
6 |
-
|
7 |
-
def a1111():
|
8 |
-
st.title("AUTOMATIC1111")
|
9 |
-
components.html("""
|
10 |
-
<iframe
|
11 |
-
src="https://camenduru-com-webui-docker.hf.space"
|
12 |
-
frameborder="0"
|
13 |
-
width="100%"
|
14 |
-
height="100%"
|
15 |
-
></iframe>
|
16 |
-
|
17 |
-
""", height=768)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|