Spaces:
Runtime error
Runtime error
Commit
·
cfbc60f
1
Parent(s):
a9bf681
Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,5 @@ demo = gr.Interface(
|
|
76 |
article="""<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
77 |
)
|
78 |
|
|
|
79 |
demo.launch()
|
|
|
76 |
article="""<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
77 |
)
|
78 |
|
79 |
+
|
80 |
demo.launch()
|