Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
bd31269
1
Parent(s):
b6b17cd
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import logging
|
|
5 |
import requests
|
6 |
from huggingface_hub import login, whoami
|
7 |
import torch
|
|
|
8 |
from flask import Flask, send_from_directory
|
9 |
|
10 |
|
|
|
5 |
import requests
|
6 |
from huggingface_hub import login, whoami
|
7 |
import torch
|
8 |
+
from threading import Thread
|
9 |
from flask import Flask, send_from_directory
|
10 |
|
11 |
|