Spaces:
Runtime error
Runtime error
Nikhil Mudhalwadkar commited on
Commit ·
22a0d82
1
Parent(s): b4a3300
added more examples
Browse files- app.py +4 -0
- examples/thesis1.png +0 -0
- examples/thesis4.png +0 -0
- examples/thesis5.png +0 -0
- examples/thesis6.png +0 -0
app.py
CHANGED
|
@@ -212,6 +212,10 @@ iface = gr.Interface(
|
|
| 212 |
examples=[
|
| 213 |
"examples/thesis_test.png",
|
| 214 |
"examples/thesis_test2.png",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
# "examples/1000000.png"
|
| 216 |
],
|
| 217 |
outputs=gr.outputs.Image(type="pil",),
|
|
|
|
| 212 |
examples=[
|
| 213 |
"examples/thesis_test.png",
|
| 214 |
"examples/thesis_test2.png",
|
| 215 |
+
"examples/thesis1.png",
|
| 216 |
+
"examples/thesis4.png",
|
| 217 |
+
"examples/thesis5.png",
|
| 218 |
+
"examples/thesis6.png",
|
| 219 |
# "examples/1000000.png"
|
| 220 |
],
|
| 221 |
outputs=gr.outputs.Image(type="pil",),
|
examples/thesis1.png
ADDED
|
examples/thesis4.png
ADDED
|
examples/thesis5.png
ADDED
|
examples/thesis6.png
ADDED
|