TheXeos commited on
Commit
c68731a
·
1 Parent(s): 6f8715e

Test fix textbox updating

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def update_model_list(class_name):
55
 
56
 
57
  def update_asset_path(model_name):
58
- return gr.Textbox(value=REPO_ID + "/" + model_name)
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: