Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import gradio as gr
|
|
| 3 |
from gradio_client import Client, handle_file
|
| 4 |
|
| 5 |
# Configuration - ตรวจสอบว่ามี HF_TOKEN ใน Settings แล้ว
|
| 6 |
-
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 7 |
TARGET_SPACE = "selfit-camera/omni-image-editor"
|
| 8 |
|
| 9 |
def remote_bridge(inputs, prompt, mode):
|
|
|
|
| 3 |
from gradio_client import Client, handle_file
|
| 4 |
|
| 5 |
# Configuration - ตรวจสอบว่ามี HF_TOKEN ใน Settings แล้ว
|
|
|
|
| 6 |
TARGET_SPACE = "selfit-camera/omni-image-editor"
|
| 7 |
|
| 8 |
def remote_bridge(inputs, prompt, mode):
|