Spaces:
Runtime error
Runtime error
Shunfeng Zheng
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
BACKEND_URL = "https://dsbb0707-
|
| 5 |
|
| 6 |
def call_backend(input_text):
|
| 7 |
try:
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
BACKEND_URL = "https://dsbb0707-SpatialParseback.hf.space/api/predict/"
|
| 5 |
|
| 6 |
def call_backend(input_text):
|
| 7 |
try:
|