vobecant commited on
Commit
d960b9d
1 Parent(s): 8e4f75b

Initial commit.

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +12 -10
  2. app.py +2 -1
.idea/workspace.xml CHANGED
@@ -1,7 +1,9 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
3
  <component name="ChangeListManager">
4
- <list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit." />
 
 
5
  <option name="SHOW_DIALOG" value="false" />
6
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
7
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -73,14 +75,7 @@
73
  <option name="number" value="Default" />
74
  <option name="presentableId" value="Default" />
75
  <updated>1647350746642</updated>
76
- <workItem from="1647350750956" duration="16457000" />
77
- </task>
78
- <task id="LOCAL-00011" summary="Initial commit.">
79
- <created>1647356180253</created>
80
- <option name="number" value="00011" />
81
- <option name="presentableId" value="LOCAL-00011" />
82
- <option name="project" value="LOCAL" />
83
- <updated>1647356180253</updated>
84
  </task>
85
  <task id="LOCAL-00012" summary="Initial commit.">
86
  <created>1647356274640</created>
@@ -418,7 +413,14 @@
418
  <option name="project" value="LOCAL" />
419
  <updated>1647369586008</updated>
420
  </task>
421
- <option name="localTasksCounter" value="60" />
 
 
 
 
 
 
 
422
  <servers />
423
  </component>
424
  <component name="TypeScriptGeneratedFilesManager">
 
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
3
  <component name="ChangeListManager">
4
+ <list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
5
+ <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
6
+ </list>
7
  <option name="SHOW_DIALOG" value="false" />
8
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
 
75
  <option name="number" value="Default" />
76
  <option name="presentableId" value="Default" />
77
  <updated>1647350746642</updated>
78
+ <workItem from="1647350750956" duration="16596000" />
 
 
 
 
 
 
 
79
  </task>
80
  <task id="LOCAL-00012" summary="Initial commit.">
81
  <created>1647356274640</created>
 
413
  <option name="project" value="LOCAL" />
414
  <updated>1647369586008</updated>
415
  </task>
416
+ <task id="LOCAL-00060" summary="Initial commit.">
417
+ <created>1647370100862</created>
418
+ <option name="number" value="00060" />
419
+ <option name="presentableId" value="LOCAL-00060" />
420
+ <option name="project" value="LOCAL" />
421
+ <updated>1647370100862</updated>
422
+ </task>
423
+ <option name="localTasksCounter" value="61" />
424
  <servers />
425
  </component>
426
  <component name="TypeScriptGeneratedFilesManager">
app.py CHANGED
@@ -183,4 +183,5 @@ 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(show_error=True, share=True)
 
 
183
  "image", title=title, description=description,
184
  examples=[examples, []])
185
 
186
+ # iface.launch(show_error=True, share=True)
187
+ iface.launch(show_error=True)