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