Spaces:
Sleeping
Sleeping
Commit
·
136113a
1
Parent(s):
244fdb2
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def extract(file, prompt_text):
|
|
90 |
return get_response(prompt)
|
91 |
|
92 |
gr.close_all()
|
93 |
-
|
94 |
demo = gr.Interface(
|
95 |
fn=extract,
|
96 |
inputs=[
|
|
|
90 |
return get_response(prompt)
|
91 |
|
92 |
gr.close_all()
|
93 |
+
|
94 |
demo = gr.Interface(
|
95 |
fn=extract,
|
96 |
inputs=[
|