Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -25,9 +25,9 @@ def my_inference_function(name):
25
 
26
 
27
 
28
- gradio_interface = gradio.Interface(
29
- fn = my_inference_function,
30
- inputs = "text",
31
- outputs = "text"
32
- )
33
- gradio_interface.launch()
 
25
 
26
 
27
 
28
+ # gradio_interface = gradio.Interface(
29
+ # fn = my_inference_function,
30
+ # inputs = "text",
31
+ # outputs = "text"
32
+ # )
33
+ # gradio_interface.launch()