Commit
·
0d631b0
1
Parent(s):
9ad3866
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,3 @@ def my_inference_function(name):
|
|
66 |
gradio_interface = gr.Interface(chat, inputs=['text',state], outputs=['text', state])
|
67 |
gradio_interface.launch(debug=True)
|
68 |
|
69 |
-
|
70 |
-
|
71 |
-
|
|
|
66 |
gradio_interface = gr.Interface(chat, inputs=['text',state], outputs=['text', state])
|
67 |
gradio_interface.launch(debug=True)
|
68 |
|
|
|
|
|
|