Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
gera-richarte
commited on
Commit
•
bcd3e1f
1
Parent(s):
5129aaa
no debugging
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import tqdm
|
7 |
import os
|
8 |
|
9 |
-
DEBUG =
|
10 |
|
11 |
if DEBUG == "random":
|
12 |
import numpy as np
|
|
|
6 |
import tqdm
|
7 |
import os
|
8 |
|
9 |
+
DEBUG = False # False, "random", "samples"
|
10 |
|
11 |
if DEBUG == "random":
|
12 |
import numpy as np
|