Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,9 +67,8 @@ demo = gr.ChatInterface(
|
|
| 67 |
theme=gr.themes.Soft(),
|
| 68 |
retry_btn=None,
|
| 69 |
undo_btn=None,
|
| 70 |
-
show_api=False, # Removes "Use via API"
|
| 71 |
show_footer=False, # Removes "Built with Gradio" footer
|
| 72 |
)
|
| 73 |
|
| 74 |
if __name__ == "__main__":
|
| 75 |
-
demo.launch()
|
|
|
|
| 67 |
theme=gr.themes.Soft(),
|
| 68 |
retry_btn=None,
|
| 69 |
undo_btn=None,
|
|
|
|
| 70 |
show_footer=False, # Removes "Built with Gradio" footer
|
| 71 |
)
|
| 72 |
|
| 73 |
if __name__ == "__main__":
|
| 74 |
+
demo.launch(show_api=False)
|