Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -499,6 +499,7 @@ main = gr.Interface(
|
|
| 499 |
]
|
| 500 |
)
|
| 501 |
|
|
|
|
| 502 |
main_scribble = gr.Interface(
|
| 503 |
fn=inference_scribble,
|
| 504 |
inputs=[
|
|
@@ -519,6 +520,7 @@ main_scribble = gr.Interface(
|
|
| 519 |
["./examples/duck_toy_00.jpg", "./examples/duck_toy_01.jpg", "./examples/duck_toy_02.jpg"],
|
| 520 |
]
|
| 521 |
)
|
|
|
|
| 522 |
|
| 523 |
main_finetune = gr.Interface(
|
| 524 |
fn=inference_finetune,
|
|
|
|
| 499 |
]
|
| 500 |
)
|
| 501 |
|
| 502 |
+
"""
|
| 503 |
main_scribble = gr.Interface(
|
| 504 |
fn=inference_scribble,
|
| 505 |
inputs=[
|
|
|
|
| 520 |
["./examples/duck_toy_00.jpg", "./examples/duck_toy_01.jpg", "./examples/duck_toy_02.jpg"],
|
| 521 |
]
|
| 522 |
)
|
| 523 |
+
"""
|
| 524 |
|
| 525 |
main_finetune = gr.Interface(
|
| 526 |
fn=inference_finetune,
|