MJSHIN0122 commited on
Commit
5041e66
1 Parent(s): c12eeb3

[fix] change wrong import library

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ Repo.clone_from(f"https://MJSHIN0122:{access_token}@hf.co:spaces/MJSHIN0122/llm_
9
  print("Clone Done.")
10
 
11
  sys.path.append(os.path.abspath("./repo_directory"))
12
- import repo_directory.app as app
 
9
  print("Clone Done.")
10
 
11
  sys.path.append(os.path.abspath("./repo_directory"))
12
+ import repo_directory.api_main as app