Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import os
|
| 3 |
import io
|
| 4 |
import PIL
|
| 5 |
-
|
| 6 |
|
| 7 |
hf_token = os.environ.get("API_TOKEN")
|
| 8 |
API_URL = "https://api-inference.huggingface.co/models/Lykon/dreamshaper-xl-v2-turbo"
|
|
|
|
| 2 |
import os
|
| 3 |
import io
|
| 4 |
import PIL
|
| 5 |
+
from freeGPT import Client
|
| 6 |
|
| 7 |
hf_token = os.environ.get("API_TOKEN")
|
| 8 |
API_URL = "https://api-inference.huggingface.co/models/Lykon/dreamshaper-xl-v2-turbo"
|