update
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ if str(SRC) not in sys.path:
|
|
| 9 |
sys.path.insert(0, str(SRC))
|
| 10 |
|
| 11 |
# Configure backend API base URL for Spaces if not set
|
| 12 |
-
os.environ.setdefault("API_BASE_URL", "http://
|
| 13 |
|
| 14 |
# Import the existing Gradio Blocks demo from src/sharp/web/app.py
|
| 15 |
from sharp.web.app import demo as _demo # type: ignore
|
|
|
|
| 9 |
sys.path.insert(0, str(SRC))
|
| 10 |
|
| 11 |
# Configure backend API base URL for Spaces if not set
|
| 12 |
+
os.environ.setdefault("API_BASE_URL", "http://129.212.240.44:80")
|
| 13 |
|
| 14 |
# Import the existing Gradio Blocks demo from src/sharp/web/app.py
|
| 15 |
from sharp.web.app import demo as _demo # type: ignore
|