Sean Laurent
commited on
Commit
·
5cbaaf6
1
Parent(s):
ff5d80b
No Updates
Browse files
app.py
CHANGED
|
@@ -5,8 +5,8 @@ from PIL import Image
|
|
| 5 |
import gradio as gr
|
| 6 |
import os
|
| 7 |
|
| 8 |
-
api_key = os.environ.get("api_key")
|
| 9 |
model_key = os.environ.get("model_key")
|
|
|
|
| 10 |
|
| 11 |
model_inputs = {
|
| 12 |
"endpoint": "txt2img",
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
import os
|
| 7 |
|
|
|
|
| 8 |
model_key = os.environ.get("model_key")
|
| 9 |
+
api_key = os.environ.get("api_key")
|
| 10 |
|
| 11 |
model_inputs = {
|
| 12 |
"endpoint": "txt2img",
|