Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,11 @@ iface = gr.Interface(
|
|
101 |
if __name__ == "__main__":
|
102 |
iface.launch()
|
103 |
```
|
|
|
104 |
|
|
|
|
|
|
|
105 |
|
106 |
# **Intended Use:**
|
107 |
|
|
|
101 |
if __name__ == "__main__":
|
102 |
iface.launch()
|
103 |
```
|
104 |
+
# **Sample Inference:**
|
105 |
|
106 |
+

|
107 |
+
|
108 |
+

|
109 |
|
110 |
# **Intended Use:**
|
111 |
|