Spaces:
Runtime error
Runtime error
Commit
·
e2069e8
1
Parent(s):
1354833
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ demo = gr.load(
|
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
|
|
16 |
)
|
17 |
|
18 |
if __name__ == "__main__":
|
|
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
16 |
+
src='spaces'
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|