Spaces:
Sleeping
Sleeping
Ben Burtenshaw
commited on
Commit
•
99859f7
1
Parent(s):
7819f64
lose spaces decorator
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
import spaces
|
2 |
-
|
3 |
import os
|
4 |
|
5 |
import gradio as gr
|
@@ -7,7 +5,6 @@ import gradio as gr
|
|
7 |
|
8 |
log_file = "out-file.txt"
|
9 |
|
10 |
-
@spaces.GPU(duration=120)
|
11 |
def run():
|
12 |
import subprocess
|
13 |
import sys
|
|
|
|
|
|
|
1 |
import os
|
2 |
|
3 |
import gradio as gr
|
|
|
5 |
|
6 |
log_file = "out-file.txt"
|
7 |
|
|
|
8 |
def run():
|
9 |
import subprocess
|
10 |
import sys
|