Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ summraztion = gr.Interface(fn=summraztion , inputs=gr.Textbox(label="Enter the t
|
|
40 |
chatBot=gr.ChatInterface(chat_bot)
|
41 |
|
42 |
|
43 |
-
gr.TabbedInterface([hello_world, summraztion,chatBot,Audio], ["sentiment-analysis", "summraztion","chatBot",'Audio']).
|
|
|
40 |
chatBot=gr.ChatInterface(chat_bot)
|
41 |
|
42 |
|
43 |
+
gr.TabbedInterface([hello_world, summraztion,chatBot,Audio], ["sentiment-analysis", "summraztion","chatBot",'Audio']).launch(debug=True)
|