Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,7 @@ demo = gr.Interface(
|
|
154 |
],
|
155 |
# cache_examples=True,
|
156 |
)
|
|
|
157 |
|
158 |
# from fastapi import FastAPI
|
159 |
# from gradio2api.gr_fastapi import LocalGradioAppRouter
|
|
|
154 |
],
|
155 |
# cache_examples=True,
|
156 |
)
|
157 |
+
demo.launch()
|
158 |
|
159 |
# from fastapi import FastAPI
|
160 |
# from gradio2api.gr_fastapi import LocalGradioAppRouter
|