Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ TOKEN = "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"
|
|
26 |
|
27 |
|
28 |
def main():
|
29 |
-
__init__:
|
30 |
gr.Interface(
|
31 |
title=TITLE,
|
32 |
description=DESCRIPTION,
|
|
|
26 |
|
27 |
|
28 |
def main():
|
29 |
+
__init__():
|
30 |
gr.Interface(
|
31 |
title=TITLE,
|
32 |
description=DESCRIPTION,
|