ysharma HF Staff commited on
Commit
a0ffe07
·
1 Parent(s): 8f16b8b
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import inspect
2
  import json
3
  import ast
 
 
4
 
5
  def function_to_json(func_str, func_description, param_descriptions, required_params):
6
  # Create a new Module instance with the missing field
 
1
  import inspect
2
  import json
3
  import ast
4
+ import gradio as gr
5
+
6
 
7
  def function_to_json(func_str, func_description, param_descriptions, required_params):
8
  # Create a new Module instance with the missing field