Spaces:
Runtime error
Runtime error
Commit ·
c8cead5
1
Parent(s): 4c0f403
Update app_interface.py
Browse files- app_interface.py +1 -0
app_interface.py
CHANGED
|
@@ -35,3 +35,4 @@ demo = gr.Interface(
|
|
| 35 |
|
| 36 |
if __name__ == '__main__':
|
| 37 |
demo.launch()
|
|
|
|
|
|
| 35 |
|
| 36 |
if __name__ == '__main__':
|
| 37 |
demo.launch()
|
| 38 |
+
print("Finished running")
|