cv43 commited on
Commit
e143257
·
1 Parent(s): 898e903
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_response(input_text):
12
  gr.Interface(
13
  fn=generate_response,
14
  inputs=gr.Textbox(label="Provide an mbtcp protocol request in hex format"),
15
- outputs="text",
16
  title="MBTCP Emulator",
17
  description=""
18
  ).launch()
 
12
  gr.Interface(
13
  fn=generate_response,
14
  inputs=gr.Textbox(label="Provide an mbtcp protocol request in hex format"),
15
+ outputs=gr.Textbox(label="Response"),
16
  title="MBTCP Emulator",
17
  description=""
18
  ).launch()