adowu commited on
Commit
cbf21d3
1 Parent(s): 5f78b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,6 +221,6 @@ def github_tool(
221
  return f"Błąd: {str(e)}"
222
 
223
 
224
- demo = gr.Interface(fn=my_function, inputs=gr.Textbox(label="Nazwa repozytorium"), outputs="text")
225
 
226
  demo.launch()
 
221
  return f"Błąd: {str(e)}"
222
 
223
 
224
+ demo = gr.Interface(inputs=gr.Textbox(label="Nazwa repozytorium"), outputs="text")
225
 
226
  demo.launch()