eswardivi commited on
Commit
2fdc699
·
verified ·
1 Parent(s): ecd6a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def fetch_text(url):
53
  print("Exited Webpage Extraction")
54
  return validate_url(full_url)
55
 
56
- @spaces.GPU(duration=150)
57
  def synthesize(article_url,progress_audio=gr.Progress()):
58
  if not article_url.startswith("http://") and not article_url.startswith("https://"):
59
  return "URL must start with 'http://' or 'https://'",None
 
53
  print("Exited Webpage Extraction")
54
  return validate_url(full_url)
55
 
56
+ @spaces.GPU(duration=100)
57
  def synthesize(article_url,progress_audio=gr.Progress()):
58
  if not article_url.startswith("http://") and not article_url.startswith("https://"):
59
  return "URL must start with 'http://' or 'https://'",None