Rohan Kataria commited on
Commit
79d2d99
β€’
1 Parent(s): 25dd9a7

new changes

Browse files
app/app.py β†’ app.py RENAMED
@@ -1,7 +1,7 @@
1
  # gradio_interface.py
2
 
3
  import gradio as gr
4
- from main import greet
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch(share=True)
 
1
  # gradio_interface.py
2
 
3
  import gradio as gr
4
+ from src.main import greet
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch(share=True)
app/__pycache__/main.cpython-311.pyc DELETED
Binary file (308 Bytes)
 
{app β†’ src}/main.py RENAMED
File without changes