ranamhamoud commited on
Commit
1fa6ab9
·
verified ·
1 Parent(s): 3b24c85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import re
 
3
  import torch
4
  from threading import Thread
5
  from typing import Iterator
 
1
  import os
2
  import re
3
+ import logging
4
  import torch
5
  from threading import Thread
6
  from typing import Iterator