opencopilot / page3.py
ehristoforu's picture
Update page3.py
35a49db verified
raw
history blame
600 Bytes
import streamlit as st
import requests
import io
from PIL import Image
# Заголовок и описание
st.title("Stable Diffusion Demo")
st.write("This is a demo of the Stable Diffusion model.")
# Функция для запроса к API модели
import streamlit as st
import time
import random
import os
def details():
st.title("Home of ForgeStudio")
st.markdown("""
## About
This is modern webui for new AI types.
## How to use
In the navigate menu there is options of AI types.
### Build by [@ehristoforu](https://github.com/ehristoforu)
""")