Spaces:
Sleeping
Sleeping
Mehmet Batuhan Duman
commited on
Commit
·
9f93ced
1
Parent(s):
d8e79b6
Changed scan func
Browse files- .idea/workspace.xml +1 -1
- app.py +2 -1
.idea/workspace.xml
CHANGED
@@ -65,7 +65,7 @@
|
|
65 |
<workItem from="1683665300392" duration="7649000" />
|
66 |
<workItem from="1683708398011" duration="1235000" />
|
67 |
<workItem from="1684437905081" duration="110000" />
|
68 |
-
<workItem from="1686602174110" duration="
|
69 |
</task>
|
70 |
<servers />
|
71 |
</component>
|
|
|
65 |
<workItem from="1683665300392" duration="7649000" />
|
66 |
<workItem from="1683708398011" duration="1235000" />
|
67 |
<workItem from="1684437905081" duration="110000" />
|
68 |
+
<workItem from="1686602174110" duration="7569000" />
|
69 |
</task>
|
70 |
<servers />
|
71 |
</component>
|
app.py
CHANGED
@@ -244,5 +244,6 @@ outputs = [
|
|
244 |
]
|
245 |
|
246 |
iface = gr.Interface(fn=gradio_process_image, inputs=inputs, outputs=outputs)
|
247 |
-
iface.launch()
|
|
|
248 |
|
|
|
244 |
]
|
245 |
|
246 |
iface = gr.Interface(fn=gradio_process_image, inputs=inputs, outputs=outputs)
|
247 |
+
iface.launch(launch_mode='external') # or 'inline'
|
248 |
+
|
249 |
|