3morrrrr commited on
Commit
19a586a
·
verified ·
1 Parent(s): bf4f6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from typing import List
7
 
8
  # Download model from Hugging Face Hub
9
  def download_model():
10
- REPO_ID = "3rrormr/handwriting-synthesis-api" # Your model repo
11
  FILENAMES = [
12
  "checkpoints/checkpoint",
13
  "checkpoints/model-17900.data-00000-of-00001",
 
7
 
8
  # Download model from Hugging Face Hub
9
  def download_model():
10
+ REPO_ID = "3morrrrr/handwriting-synthesis-api" # Your model repo
11
  FILENAMES = [
12
  "checkpoints/checkpoint",
13
  "checkpoints/model-17900.data-00000-of-00001",