Spaces:
Running
on
Zero
Running
on
Zero
roychao19477
commited on
Commit
·
ecbb90e
1
Parent(s):
ab7d954
Upload
Browse files
app.py
CHANGED
@@ -87,6 +87,8 @@ def enhance(filepath):
|
|
87 |
|
88 |
return out, fig
|
89 |
|
|
|
|
|
90 |
se_demo = gr.Interface(
|
91 |
fn = enhance,
|
92 |
inputs = [
|
@@ -100,6 +102,7 @@ se_demo = gr.Interface(
|
|
100 |
title = "SEMamba",
|
101 |
)
|
102 |
|
|
|
103 |
with demo:
|
104 |
se_demo
|
105 |
|
|
|
87 |
|
88 |
return out, fig
|
89 |
|
90 |
+
demo = gr.Blocks()
|
91 |
+
|
92 |
se_demo = gr.Interface(
|
93 |
fn = enhance,
|
94 |
inputs = [
|
|
|
102 |
title = "SEMamba",
|
103 |
)
|
104 |
|
105 |
+
|
106 |
with demo:
|
107 |
se_demo
|
108 |
|