Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -379,7 +379,7 @@ def get_all_prompts_online(symbol, with_basics=True, max_news_perweek = 5, weeks
|
|
379 |
|
380 |
return info, prompt
|
381 |
|
382 |
-
|
383 |
def ask(symbol, weeks_before, withbasic):
|
384 |
|
385 |
# load inference data
|
|
|
379 |
|
380 |
return info, prompt
|
381 |
|
382 |
+
@spaces.GPU
|
383 |
def ask(symbol, weeks_before, withbasic):
|
384 |
|
385 |
# load inference data
|