Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ iface = gr.Interface(
|
|
20 |
)
|
21 |
|
22 |
if __name__ == "__main__":
|
23 |
-
iface,queue()
|
24 |
iface.launch(share=True,ssr_mode=False)
|
25 |
|
26 |
# FastAPI app
|
|
|
20 |
)
|
21 |
|
22 |
if __name__ == "__main__":
|
|
|
23 |
iface.launch(share=True,ssr_mode=False)
|
24 |
|
25 |
# FastAPI app
|