Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,5 @@ examples = [
|
|
34 |
inputs = [gr.inputs.Textbox(label="Talk to ChatSherman: "), "state"]
|
35 |
outputs = ["chatbot", "state"]
|
36 |
interface = gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title=title, description=description, examples=examples)
|
37 |
-
interface.launch(debug=True)
|
|
|
|
34 |
inputs = [gr.inputs.Textbox(label="Talk to ChatSherman: "), "state"]
|
35 |
outputs = ["chatbot", "state"]
|
36 |
interface = gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title=title, description=description, examples=examples)
|
37 |
+
interface.launch(debug=True)
|
38 |
+
#try
|