Commit
·
ddb05cb
1
Parent(s):
33a74a3
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,4 @@ def my_inference_function(name):
|
|
67 |
return "Hello " + name + "!"
|
68 |
|
69 |
gradio_interface = gr.Interface(chat, inputs=['text',state], outputs=['text', state])
|
70 |
-
|
71 |
-
#gradio_interface.launch(debug=True)
|
72 |
-
demo = gr.Parallel(gradio_interface, gradio_logger).launch(debug=True)
|
|
|
67 |
return "Hello " + name + "!"
|
68 |
|
69 |
gradio_interface = gr.Interface(chat, inputs=['text',state], outputs=['text', state])
|
70 |
+
gradio_interface.launch(debug=True)
|
|
|
|