Marthee commited on
Commit
731fb7e
·
verified ·
1 Parent(s): 8e2655e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def thismain():
12
 
13
  pdf_content = None
14
  pageNumTextFound = 0
15
- BASE_URL = "https://huggingface.co/spaces/Marthee/NBSLink" # Localhost URL for testing
16
 
17
  @app.route('/view-pdf', methods=['GET'])
18
  def download_pdf():
 
12
 
13
  pdf_content = None
14
  pageNumTextFound = 0
15
+ BASE_URL = "https://marthee-nbslink.hf.space" # Localhost URL for testing
16
 
17
  @app.route('/view-pdf', methods=['GET'])
18
  def download_pdf():