Spaces:
Sleeping
Sleeping
Rohan Kataria
commited on
Commit
β’
79d2d99
1
Parent(s):
25dd9a7
new changes
Browse files- app/app.py β app.py +1 -1
- app/__pycache__/main.cpython-311.pyc +0 -0
- {app β src}/main.py +0 -0
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
|