Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ async def on_ready():
|
|
80 |
#await remove_huggingfolks() # to initialize
|
81 |
#print(community_global_df_with_id)
|
82 |
remove_huggingfolks.start()
|
83 |
-
update_hub_stats.start()
|
84 |
#await periodic_api_test()
|
85 |
print(f"------------------------------------------------------------------------")
|
86 |
except Exception as e:
|
|
|
80 |
#await remove_huggingfolks() # to initialize
|
81 |
#print(community_global_df_with_id)
|
82 |
remove_huggingfolks.start()
|
|
|
83 |
#await periodic_api_test()
|
84 |
print(f"------------------------------------------------------------------------")
|
85 |
except Exception as e:
|