Gyr0MAN commited on
Commit
575b5c6
Β·
verified Β·
1 Parent(s): 1f646f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def response(inp):
51
 
52
  return outputText
53
 
54
- gradio_interface = gradio.Interface(
55
  fn=response,
56
  inputs = "text",
57
  outputs = "text"
 
51
 
52
  return outputText
53
 
54
+ gradio_interface = gr.Interface(
55
  fn=response,
56
  inputs = "text",
57
  outputs = "text"