Spaces:
Runtime error
Runtime error
Test fix textbox updating
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def update_model_list(class_name):
|
|
| 55 |
|
| 56 |
|
| 57 |
def update_asset_path(model_name):
|
| 58 |
-
return
|
| 59 |
|
| 60 |
|
| 61 |
with gr.Blocks() as demo:
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
def update_asset_path(model_name):
|
| 58 |
+
return REPO_ID + "/" + model_name
|
| 59 |
|
| 60 |
|
| 61 |
with gr.Blocks() as demo:
|