Spaces:
Sleeping
Sleeping
Fnu Mahnoor commited on
Commit ·
81c7da0
1
Parent(s): 1308c66
fix app.py
Browse files
app.py
CHANGED
|
@@ -154,6 +154,10 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 154 |
|
| 155 |
gr.HTML("<div style='text-align: center; color: #666; font-size: 0.8em;'>Powered by ContextMap Engine</div>")
|
| 156 |
|
|
|
|
| 157 |
if __name__ == "__main__":
|
| 158 |
-
demo.queue().launch(
|
|
|
|
|
|
|
|
|
|
| 159 |
|
|
|
|
| 154 |
|
| 155 |
gr.HTML("<div style='text-align: center; color: #666; font-size: 0.8em;'>Powered by ContextMap Engine</div>")
|
| 156 |
|
| 157 |
+
|
| 158 |
if __name__ == "__main__":
|
| 159 |
+
demo.queue().launch(
|
| 160 |
+
show_api=False,
|
| 161 |
+
share=True # Set to True if you want a public link
|
| 162 |
+
)
|
| 163 |
|