Chris4K commited on
Commit
be10a23
·
verified ·
1 Parent(s): 2197ceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from transformers import Tool
5
  from huggingface_hub import upload_folder
6
  from huggingface_hub import create_repo
7
- from gradio.inputs import Text
8
 
9
 
10
  def generate_files(title="Text Generation Tool", tool_description="This is a tool that chats with a user. "
 
4
  from transformers import Tool
5
  from huggingface_hub import upload_folder
6
  from huggingface_hub import create_repo
7
+ from gradio import forms
8
 
9
 
10
  def generate_files(title="Text Generation Tool", tool_description="This is a tool that chats with a user. "