siddhartharya
commited on
Commit
•
772260c
1
Parent(s):
6d14527
Update app.py
Browse files
app.py
CHANGED
@@ -97,5 +97,5 @@ iface = gr.Interface(
|
|
97 |
theme=gr.themes.Soft()
|
98 |
)
|
99 |
|
100 |
-
|
101 |
-
|
|
|
97 |
theme=gr.themes.Soft()
|
98 |
)
|
99 |
|
100 |
+
if __name__ == "__main__":
|
101 |
+
iface.launch()
|