Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def predict(image, threshold=0.25, model_id=default_model_id):
|
|
38 |
|
39 |
gr.Interface(
|
40 |
title=app_title,
|
41 |
-
description="Created by '
|
42 |
article=article,
|
43 |
fn=predict,
|
44 |
inputs=[
|
|
|
38 |
|
39 |
gr.Interface(
|
40 |
title=app_title,
|
41 |
+
description="Created by ''",
|
42 |
article=article,
|
43 |
fn=predict,
|
44 |
inputs=[
|