Spaces:
Build error
Build error
Remove share
Browse files- .idea/workspace.xml +1 -1
- app.py +1 -1
.idea/workspace.xml
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
<option name="number" value="Default" />
|
48 |
<option name="presentableId" value="Default" />
|
49 |
<updated>1677222707113</updated>
|
50 |
-
<workItem from="1677222708286" duration="
|
51 |
</task>
|
52 |
<servers />
|
53 |
</component>
|
|
|
47 |
<option name="number" value="Default" />
|
48 |
<option name="presentableId" value="Default" />
|
49 |
<updated>1677222707113</updated>
|
50 |
+
<workItem from="1677222708286" duration="8342000" />
|
51 |
</task>
|
52 |
<servers />
|
53 |
</component>
|
app.py
CHANGED
@@ -112,4 +112,4 @@ with block:
|
|
112 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
113 |
|
114 |
|
115 |
-
block.launch(debug = True
|
|
|
112 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
113 |
|
114 |
|
115 |
+
block.launch(debug = True)
|