Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
import runpod
|
|
|
4 |
|
5 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
6 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
import runpod
|
4 |
+
import os
|
5 |
|
6 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
7 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|