Spaces:
Build error
Build error
Commit
·
3d85f00
1
Parent(s):
0d69566
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,4 +39,4 @@ async def client(rank):
|
|
| 39 |
duration_list.append([duration, start, end])
|
| 40 |
return
|
| 41 |
|
| 42 |
-
gr.Interface(
|
|
|
|
| 39 |
duration_list.append([duration, start, end])
|
| 40 |
return
|
| 41 |
|
| 42 |
+
gr.Interface(startup, "text", "text").launch()
|