Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,9 +57,9 @@ def inference(image, size):
|
|
57 |
return result
|
58 |
|
59 |
|
60 |
-
title = "
|
61 |
-
description = "
|
62 |
-
article = "
|
63 |
|
64 |
|
65 |
gr.Interface(inference,
|
|
|
57 |
return result
|
58 |
|
59 |
|
60 |
+
title = ""
|
61 |
+
description = ""
|
62 |
+
article = ""
|
63 |
|
64 |
|
65 |
gr.Interface(inference,
|