Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ demo = gr.Interface(
|
|
32 |
article=article,
|
33 |
examples=examples,
|
34 |
)
|
|
|
35 |
|
36 |
if __name__ == '__main__':
|
37 |
demo.launch(share=True)
|
|
|
32 |
article=article,
|
33 |
examples=examples,
|
34 |
)
|
35 |
+
demo.launch(share=True)
|
36 |
|
37 |
if __name__ == '__main__':
|
38 |
demo.launch(share=True)
|