initial
Browse files
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="
|
| 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()
|