HH3600 commited on
Commit
f01f915
1 Parent(s): e59a1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,12 +13,12 @@
13
  import gradio as gr
14
  from my_code import gradio_wrapper
15
 
 
 
 
16
  def run(name):
17
  output_wrapper = gradio_wrapper(name)
18
- return output_wrapper, copy_output
19
-
20
- def copy_output(output):
21
- return output
22
 
23
  demo = gr.Interface(
24
  fn=run,
 
13
  import gradio as gr
14
  from my_code import gradio_wrapper
15
 
16
+ import gradio as gr
17
+ from my_code import gradio_wrapper
18
+
19
  def run(name):
20
  output_wrapper = gradio_wrapper(name)
21
+ return output_wrapper
 
 
 
22
 
23
  demo = gr.Interface(
24
  fn=run,