vobecant commited on
Commit ·
07f6d2a
1
Parent(s): 0b6688c
Initial commit.
Browse files- .idea/workspace.xml +9 -9
- app.py +1 -1
.idea/workspace.xml
CHANGED
|
@@ -75,14 +75,7 @@
|
|
| 75 |
<option name="number" value="Default" />
|
| 76 |
<option name="presentableId" value="Default" />
|
| 77 |
<updated>1647350746642</updated>
|
| 78 |
-
<workItem from="1647350750956" duration="
|
| 79 |
-
</task>
|
| 80 |
-
<task id="LOCAL-00009" summary="Initial commit.">
|
| 81 |
-
<created>1647355689933</created>
|
| 82 |
-
<option name="number" value="00009" />
|
| 83 |
-
<option name="presentableId" value="LOCAL-00009" />
|
| 84 |
-
<option name="project" value="LOCAL" />
|
| 85 |
-
<updated>1647355689933</updated>
|
| 86 |
</task>
|
| 87 |
<task id="LOCAL-00010" summary="Initial commit.">
|
| 88 |
<created>1647355817619</created>
|
|
@@ -420,7 +413,14 @@
|
|
| 420 |
<option name="project" value="LOCAL" />
|
| 421 |
<updated>1647369198452</updated>
|
| 422 |
</task>
|
| 423 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 424 |
<servers />
|
| 425 |
</component>
|
| 426 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
| 75 |
<option name="number" value="Default" />
|
| 76 |
<option name="presentableId" value="Default" />
|
| 77 |
<updated>1647350746642</updated>
|
| 78 |
+
<workItem from="1647350750956" duration="16028000" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
</task>
|
| 80 |
<task id="LOCAL-00010" summary="Initial commit.">
|
| 81 |
<created>1647355817619</created>
|
|
|
|
| 413 |
<option name="project" value="LOCAL" />
|
| 414 |
<updated>1647369198452</updated>
|
| 415 |
</task>
|
| 416 |
+
<task id="LOCAL-00058" summary="Initial commit.">
|
| 417 |
+
<created>1647369445378</created>
|
| 418 |
+
<option name="number" value="00058" />
|
| 419 |
+
<option name="presentableId" value="LOCAL-00058" />
|
| 420 |
+
<option name="project" value="LOCAL" />
|
| 421 |
+
<updated>1647369445378</updated>
|
| 422 |
+
</task>
|
| 423 |
+
<option name="localTasksCounter" value="59" />
|
| 424 |
<servers />
|
| 425 |
</component>
|
| 426 |
<component name="TypeScriptGeneratedFilesManager">
|
app.py
CHANGED
|
@@ -183,4 +183,4 @@ iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'), gr.inputs.Check
|
|
| 183 |
"image", title=title, description=description,
|
| 184 |
examples=[examples, []])
|
| 185 |
|
| 186 |
-
iface.launch(
|
|
|
|
| 183 |
"image", title=title, description=description,
|
| 184 |
examples=[examples, []])
|
| 185 |
|
| 186 |
+
iface.launch(show_error=True)
|